Skip to main content

ABIEntityType

scrypt-ts-opcat v1.0.1


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