Class TransferDeployItem
Deploy item for transferring funds to a target account.
Inheritance
System.Object
TransferDeployItem
Assembly: Casper.Network.SDK.dll
Syntax
public class TransferDeployItem : ExecutableDeployItem
Constructors
TransferDeployItem()
Declaration
public TransferDeployItem()
TransferDeployItem(BigInteger, AccountHashKey, Nullable<UInt64>)
Declaration
public TransferDeployItem(BigInteger amount, AccountHashKey targetAccountHash, ulong? id = null)
Parameters
Type |
Name |
Description |
BigInteger |
amount |
|
AccountHashKey |
targetAccountHash |
|
System.Nullable<System.UInt64> |
id |
|
Methods
JsonPropertyName()
Declaration
public override string JsonPropertyName()
Returns
Type |
Description |
System.String |
|
Overrides
Tag()
Declaration
public override byte Tag()
Returns
Type |
Description |
System.Byte |
|
Overrides