ABI
@opcat-labs/scrypt-ts-opcat v1.0.4
@opcat-labs/scrypt-ts-opcat / ABI
Interface: ABI
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:12
Represents the ABI (Application Binary Interface) of a smart contract.
Properties
abi
abi:
ABIEntity[]
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:14
An array of ABI entities that define the contract's interface.
contract
contract:
string
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:13
The name or identifier of the contract.
staticAbi
staticAbi:
ABIEntity[]
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:15