Enum TransformType
Enumeration of transformation types used in the execution of a deploy.
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum TransformType : int
Fields
| Name | Description |
|---|---|
| AddInt32 | |
| AddKeys | |
| AddUInt128 | |
| AddUInt256 | |
| AddUInt512 | |
| AddUInt64 | |
| Failure | |
| Identity | |
| WriteAccount | |
| WriteBid | |
| WriteCLValue | |
| WriteContract | |
| WriteContractPackage | |
| WriteContractWasm | |
| WriteDeployInfo | |
| WriteEraInfo | |
| WriteTransfer | |
| WriteUnbonding | |
| WriteWithdraw |