AccountUpdateTransactionRequest

AccountUpdateTransactionRequest

new AccountUpdateTransactionRequest()

Version:
  • 1.0

The AccountUpdateTransactionRequest model module.

Members

from :String

Klaytn account address sending a transaction

Type:
  • String

accountKey :Object

Type:
  • Object

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) → {AccountUpdateTransactionRequest}

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

Optional instance to populate.

Returns:

The populated AccountUpdateTransactionRequest instance.

Type
AccountUpdateTransactionRequest

AccountUpdateTransactionRequest

new AccountUpdateTransactionRequest(from)

Constructs a new AccountUpdateTransactionRequest. Account Update Transaction Request Scheme

Parameters:
Name Type Description
from String

Klaytn account address sending a transaction

Members

from :String

Klaytn account address sending a transaction

Type:
  • String

accountKey :Object

Type:
  • Object

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) → {AccountUpdateTransactionRequest}

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

Optional instance to populate.

Returns:

The populated AccountUpdateTransactionRequest instance.

Type
AccountUpdateTransactionRequest