ABIEntityType
scrypt-ts-opcat / ABIEntityType
Enumeration: ABIEntityType
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:60
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:62
FUNCTION
FUNCTION:
"function"
Defined in: packages/scrypt-ts-opcat/src/smart-contract/types/artifact.ts:61