Skip to main content
Version: 5.19.5

Enumeration: TransactionType

types.TransactionType

Enumeration Members​

DECLARE​

• DECLARE = "DECLARE"

Defined in​

src/types/lib/index.ts:131


DEPLOY​

• DEPLOY = "DEPLOY"

Defined in​

src/types/lib/index.ts:132


DEPLOY_ACCOUNT​

• DEPLOY_ACCOUNT = "DEPLOY_ACCOUNT"

Defined in​

src/types/lib/index.ts:133


INVOKE​

• INVOKE = "INVOKE_FUNCTION"

Defined in​

src/types/lib/index.ts:134