FDProcessRLPRequest

FDProcessRLPRequest

new FDProcessRLPRequest()

Version:
  • 1.0

The FDProcessRLPRequest model module.

Members

rlp :String

The RLP value is used to receive a Klaytn RLP format (SigRLP or TxHashRLP). This scheme just allow (partial) fee delegation transaction type.

Type:
  • String

submit :Boolean

Whether to send the transaction to Klaytn

Type:
  • Boolean

feeRatio :Number

Ratio to be paid by the Proxy fee payer for the entire transaction fee(1~99). If value is empty or 0, fee payer will pay all fees

Type:
  • Number

Methods

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

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

Optional instance to populate.

Returns:

The populated FDProcessRLPRequest instance.

Type
FDProcessRLPRequest

FDProcessRLPRequest

new FDProcessRLPRequest(rlp)

Constructs a new FDProcessRLPRequest. Fee Delegation Transaction Request Scheme Using RLP

Parameters:
Name Type Description
rlp String

The RLP value is used to receive a Klaytn RLP format (SigRLP or TxHashRLP). This scheme just allow (partial) fee delegation transaction type.

Members

rlp :String

The RLP value is used to receive a Klaytn RLP format (SigRLP or TxHashRLP). This scheme just allow (partial) fee delegation transaction type.

Type:
  • String

submit :Boolean

Whether to send the transaction to Klaytn

Type:
  • Boolean

feeRatio :Number

Ratio to be paid by the Proxy fee payer for the entire transaction fee(1~99). If value is empty or 0, fee payer will pay all fees

Type:
  • Number

Methods

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

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

Optional instance to populate.

Returns:

The populated FDProcessRLPRequest instance.

Type
FDProcessRLPRequest