AnchorTransactionRequest

AnchorTransactionRequest

new AnchorTransactionRequest()

Version:
  • 1.0

The AnchorTransactionRequest model module.

Members

from :String

Klaytn transaction address to send transaction

Type:
  • String

input :String

Data that is attached to the transaction. Here, it is the data that is being anchored to the main chain.

Type:
  • String

nonce :Number

Unique identifier for the transactions being sent (By entering 0, the nonce will be automatically determined)

Type:
  • Number

gas :Number

Default Value:
  • 100000

Maximum gas fee to be used for sending the transaction (By entering 0, it will be set to default value))

Type:
  • Number

submit :Boolean

Shows whether to send the transaction to Klaytn

Type:
  • Boolean

Methods

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

Constructs a AnchorTransactionRequest 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 AnchorTransactionRequest

Optional instance to populate.

Returns:

The populated AnchorTransactionRequest instance.

Type
AnchorTransactionRequest

AnchorTransactionRequest

new AnchorTransactionRequest(from, input)

Constructs a new AnchorTransactionRequest. Anchor transaction request schema

Parameters:
Name Type Description
from String

Klaytn transaction address to send transaction

input String

Data that is attached to the transaction. Here, it is the data that is being anchored to the main chain.

Members

from :String

Klaytn transaction address to send transaction

Type:
  • String

input :String

Data that is attached to the transaction. Here, it is the data that is being anchored to the main chain.

Type:
  • String

nonce :Number

Unique identifier for the transactions being sent (By entering 0, the nonce will be automatically determined)

Type:
  • Number

gas :Number

Default Value:
  • 100000

Maximum gas fee to be used for sending the transaction (By entering 0, it will be set to default value))

Type:
  • Number

submit :Boolean

Shows whether to send the transaction to Klaytn

Type:
  • Boolean

Methods

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

Constructs a AnchorTransactionRequest 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 AnchorTransactionRequest

Optional instance to populate.

Returns:

The populated AnchorTransactionRequest instance.

Type
AnchorTransactionRequest