Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Notice: AsUntypedRelaxed is used to preserve op.IN type information in the registry, // which allows relaxed (e.g., generic map[string]interface{}) input unmarshaling. AllOperations = []*operations.Operation[any, any, any]{ ton.SendMessages.AsUntypedRelaxed(), ton.Deploy.AsUntypedRelaxed(), upgradeable.Upgrade.AsUntypedRelaxed(), operation.DeployTONContractOp.AsUntypedRelaxed(), operation.DownloadArtifactsOp.AsUntypedRelaxed(), } // Registry is the (default) operations registry for available TON operations. Registry = operations.NewOperationRegistry(AllOperations...) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.