Skip to main content
Version: 5.24.3

Enumeration: TransactionType

types.TransactionType

Enumeration Members​

DECLARE​

• DECLARE = "DECLARE"

Defined in​

src/types/lib/index.ts:132


DEPLOY​

• DEPLOY = "DEPLOY"

Defined in​

src/types/lib/index.ts:133


DEPLOY_ACCOUNT​

• DEPLOY_ACCOUNT = "DEPLOY_ACCOUNT"

Defined in​

src/types/lib/index.ts:134


INVOKE​

• INVOKE = "INVOKE_FUNCTION"

Defined in​

src/types/lib/index.ts:135