Skip to content

generated.types.ContractsTx

prashantasdeveloper edited this page Oct 31, 2024 · 64 revisions

Enumeration: ContractsTx

generated/types.ContractsTx

Table of contents

Enumeration Members

Enumeration Members

Call

Call = "contracts.call"

Defined in

generated/types.ts:805


CallOldWeight

CallOldWeight = "contracts.callOldWeight"

Defined in

generated/types.ts:810


Instantiate

Instantiate = "contracts.instantiate"

Defined in

generated/types.ts:807


InstantiateOldWeight

InstantiateOldWeight = "contracts.instantiateOldWeight"

Defined in

generated/types.ts:812


InstantiateWithCode

InstantiateWithCode = "contracts.instantiateWithCode"

Defined in

generated/types.ts:806


InstantiateWithCodeOldWeight

InstantiateWithCodeOldWeight = "contracts.instantiateWithCodeOldWeight"

Defined in

generated/types.ts:811


RemoveCode

RemoveCode = "contracts.removeCode"

Defined in

generated/types.ts:809


SetCode

SetCode = "contracts.setCode"

Defined in

generated/types.ts:813


UploadCode

UploadCode = "contracts.uploadCode"

Defined in

generated/types.ts:808

Clone this wiki locally