Casper.Network.SDK
Show / Hide Table of Contents

Class Transfer

Represents a transfer from one purse to another

Inheritance
System.Object
Transfer
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Transfer : object

Properties

Amount

Transfer amount

Declaration
public BigInteger Amount { get; set; }
Property Value
Type Description
BigInteger

DeployHash

Deploy that created the transfer

Declaration
public string DeployHash { get; set; }
Property Value
Type Description
System.String

From

Account hash from which transfer was executed

Declaration
public AccountHashKey From { get; set; }
Property Value
Type Description
AccountHashKey

Gas

Gas

Declaration
public BigInteger Gas { get; set; }
Property Value
Type Description
BigInteger

Id

User-defined id

Declaration
public ulong? Id { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Source

Source purse

Declaration
public URef Source { get; set; }
Property Value
Type Description
URef

Target

Target purse

Declaration
public URef Target { get; set; }
Property Value
Type Description
URef

To

Account to which funds are transferred

Declaration
public AccountHashKey To { get; set; }
Property Value
Type Description
AccountHashKey
In This Article
Back to top Maintained by MAKE Technology LLC