FDUserProcessRLPRequest

FDUserProcessRLPRequest

new FDUserProcessRLPRequest()

Version:
  • 1.0

The FDUserProcessRLPRequest 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

feePayer :String

Account address for fee delegation of transaction fee

Type:
  • String

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

submit :Boolean

Whether to send the transaction to Klaytn

Type:
  • Boolean

Methods

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

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

Optional instance to populate.

Returns:

The populated FDUserProcessRLPRequest instance.

Type
FDUserProcessRLPRequest

FDUserProcessRLPRequest

new FDUserProcessRLPRequest(rlp, feePayer)

Constructs a new FDUserProcessRLPRequest. User 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.

feePayer String

Account address for fee delegation of transaction fee

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

feePayer :String

Account address for fee delegation of transaction fee

Type:
  • String

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

submit :Boolean

Whether to send the transaction to Klaytn

Type:
  • Boolean

Methods

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

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

Optional instance to populate.

Returns:

The populated FDUserProcessRLPRequest instance.

Type
FDUserProcessRLPRequest