ApproveKip17TokenRequest

ApproveKip17TokenRequest

new ApproveKip17TokenRequest()

Version:
  • 1.0

The ApproveKip17TokenRequest model module.

Members

from :String

The Klaytn account address of the owner.

Type:
  • String

to :String

The Klaytn account address to be granted authority to transfer the token.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated ApproveKip17TokenRequest instance.

Type
ApproveKip17TokenRequest

ApproveKip17TokenRequest

new ApproveKip17TokenRequest(from, to)

Constructs a new ApproveKip17TokenRequest.

Parameters:
Name Type Description
from String

The Klaytn account address of the owner.

to String

The Klaytn account address to be granted authority to transfer the token.

Members

from :String

The Klaytn account address of the owner.

Type:
  • String

to :String

The Klaytn account address to be granted authority to transfer the token.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated ApproveKip17TokenRequest instance.

Type
ApproveKip17TokenRequest