Home Reference Source
public class | source

TransferDeployParameters

Extends:

AbstractSmartContractDeployParameters → TransferDeployParameters

TransferDeployParameters class Class used to create DeployParameters for a Transfer operation

Constructor Summary

Public Constructor
public

constructor(activeKey: string, network: string, amount: string, target: string, transferID: string, ttl: number)

Constructor

Member Summary

Public Members
public
public
public get

deployParams: DeployUtil.DeployParams: *

Get the deployParams deploy argument

public get

Get a DeployResult constructor

public
public get

payment: DeployUtil.ExecutableDeployItem: *

Get the payment deploy argument

public get

session: DeployUtil.ExecutableDeployItem: *

Get the session deploy argument

public
public
public

Inherited Summary

From class AbstractSmartContractDeployParameters
public get

deployParams: DeployUtil.DeployParams

Get the deployParams deploy argument

public get

deployResult: DeployResult.constructor

Get a DeployResult constructor

public get

Create a unsigned Deploy object

public get

payment: DeployUtil.ExecutableDeployItem

Get the payment deploy argument

public get

session: DeployUtil.ExecutableDeployItem

Get the session deploy argument

Public Constructors

public constructor(activeKey: string, network: string, amount: string, target: string, transferID: string, ttl: number) source

Constructor

Params:

NameTypeAttributeDescription
activeKey string

Current active key in the public hex format

network string

Current network to execute the deployment

amount string

Amount to transfer in casper

target string

Public key in the hex format of the receiver

transferID string

TransferID of the transfer operation

ttl number

Deploy time to live in hours

Public Members

public activeKey: string source

public amount: string source

public get deployParams: DeployUtil.DeployParams: * source

Get the deployParams deploy argument

Override:

AbstractSmartContractDeployParameters#deployParams

Return:

DeployUtil.DeployParams

Return a DeployParams

public get deployResult: constructor: * source

Get a DeployResult constructor

Override:

AbstractSmartContractDeployParameters#deployResult

Return:

constructor

Return the constructor of a given DeployResult

public network: string source

public get payment: DeployUtil.ExecutableDeployItem: * source

Get the payment deploy argument

Override:

AbstractSmartContractDeployParameters#payment

Return:

DeployUtil.ExecutableDeployItem

Return a standard payment

public get session: DeployUtil.ExecutableDeployItem: * source

Get the session deploy argument

Override:

AbstractSmartContractDeployParameters#session

Return:

DeployUtil.ExecutableDeployItem

Return a session with a SmartContract stored by hash on the network

public target: string source

public transferID: string source

public ttl: number source