ContractExecutionTransactionRequest

ContractExecutionTransactionRequest

new ContractExecutionTransactionRequest()

Version:
  • 1.0

The ContractExecutionTransactionRequest model module.

Members

from :String

Klaytn account address sending a transaction

Type:
  • String

value :String

KLAY converted into PEB unit

Type:
  • String

to :String

Contract address

Type:
  • String

input :String

Data attached to and used for executing the outgoing transaction

Type:
  • String

nonce :Number

Unique value of the outgoing transaction

Type:
  • Number

gas :Number

Default Value:
  • 100000

Max. transaction fee (gas) for sending the transaction

Type:
  • Number

submit :Boolean

Whether to send the transaction to Klaytn

Type:
  • Boolean

Methods

(static) constructFromObject(data, obj) → {ContractExecutionTransactionRequest}

Constructs a ContractExecutionTransactionRequest from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj ContractExecutionTransactionRequest

Optional instance to populate.

Returns:

The populated ContractExecutionTransactionRequest instance.

Type
ContractExecutionTransactionRequest

ContractExecutionTransactionRequest

new ContractExecutionTransactionRequest(from, to, input)

Constructs a new ContractExecutionTransactionRequest. Contract Execution Transaction Request Scheme

Parameters:
Name Type Description
from String

Klaytn account address sending a transaction

to String

Contract address

input String

Data attached to and used for executing the outgoing transaction

Members

from :String

Klaytn account address sending a transaction

Type:
  • String

value :String

KLAY converted into PEB unit

Type:
  • String

to :String

Contract address

Type:
  • String

input :String

Data attached to and used for executing the outgoing transaction

Type:
  • String

nonce :Number

Unique value of the outgoing transaction

Type:
  • Number

gas :Number

Default Value:
  • 100000

Max. transaction fee (gas) for sending the transaction

Type:
  • Number

submit :Boolean

Whether to send the transaction to Klaytn

Type:
  • Boolean

Methods

(static) constructFromObject(data, obj) → {ContractExecutionTransactionRequest}

Constructs a ContractExecutionTransactionRequest from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj ContractExecutionTransactionRequest

Optional instance to populate.

Returns:

The populated ContractExecutionTransactionRequest instance.

Type
ContractExecutionTransactionRequest