Skip to main content
Version: 6.11.0

Enumeration: TransactionType

types.TransactionType

Enumeration Members​

DECLARE​

• DECLARE = "DECLARE"

Defined in​

src/types/lib/index.ts:164


DEPLOY​

• DEPLOY = "DEPLOY"

Defined in​

src/types/lib/index.ts:165


DEPLOY_ACCOUNT​

• DEPLOY_ACCOUNT = "DEPLOY_ACCOUNT"

Defined in​

src/types/lib/index.ts:166


INVOKE​

• INVOKE = "INVOKE_FUNCTION"

Defined in​

src/types/lib/index.ts:167