Casper.Network.SDK
Show / Hide Table of Contents

Class TransferDeployItem

Deploy item for transferring funds to a target account.

Inheritance
object
ExecutableDeployItem
TransferDeployItem
Inherited Members
ExecutableDeployItem.RuntimeArgs
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class TransferDeployItem : ExecutableDeployItem

Constructors

| Edit this page View Source

TransferDeployItem()

Declaration
public TransferDeployItem()
| Edit this page View Source

TransferDeployItem(BigInteger, AccountHashKey, ulong?)

Declaration
public TransferDeployItem(BigInteger amount, AccountHashKey targetAccountHash, ulong? id = null)
Parameters
Type Name Description
BigInteger amount
AccountHashKey targetAccountHash
ulong? id

Methods

| Edit this page View Source

JsonPropertyName()

Declaration
public override string JsonPropertyName()
Returns
Type Description
string
Overrides
ExecutableDeployItem.JsonPropertyName()
| Edit this page View Source

Tag()

Declaration
public override byte Tag()
Returns
Type Description
byte
Overrides
ExecutableDeployItem.Tag()
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC