TransferKip17TokenRequest

TransferKip17TokenRequest

new TransferKip17TokenRequest()

Version:
  • 1.0

The TransferKip17TokenRequest model module.

Members

sender :String

The Klaytn account address of the sender.

Type:
  • String

owner :String

The Klaytn account address of the current owner.

Type:
  • String

to :String

The Klaytn account address of the recipient.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated TransferKip17TokenRequest instance.

Type
TransferKip17TokenRequest

TransferKip17TokenRequest

new TransferKip17TokenRequest(sender, owner, to)

Constructs a new TransferKip17TokenRequest.

Parameters:
Name Type Description
sender String

The Klaytn account address of the sender.

owner String

The Klaytn account address of the current owner.

to String

The Klaytn account address of the recipient.

Members

sender :String

The Klaytn account address of the sender.

Type:
  • String

owner :String

The Klaytn account address of the current owner.

Type:
  • String

to :String

The Klaytn account address of the recipient.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated TransferKip17TokenRequest instance.

Type
TransferKip17TokenRequest