Casper.Network.SDK
Show / Hide Table of Contents

Class TransferDeployItem

Deploy item for transferring funds to a target account.

Inheritance
System.Object
ExecutableDeployItem
TransferDeployItem
Inherited Members
ExecutableDeployItem.RuntimeArgs
Namespace: Casper.Network.SDK.Types
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
ExecutableDeployItem.JsonPropertyName()

Tag()

Declaration
public override byte Tag()
Returns
Type Description
System.Byte
Overrides
ExecutableDeployItem.Tag()
In This Article
Back to top Maintained by MAKE Technology LLC