ABIEntityType
@opcat-labs/scrypt-ts-opcat v1.0.4
@opcat-labs/scrypt-ts-opcat / ABIEntityType
Enumeration: ABIEntityType
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:64
Enum representing the types of ABI (Application Binary Interface) entities.
Remarks
Used to distinguish between different kinds of smart contract interfaces, such as functions and constructors.
Enumeration Members
CONSTRUCTOR
CONSTRUCTOR:
"constructor"
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:66
FUNCTION
FUNCTION:
"function"
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:65