ApproveAllKip17Request

ApproveAllKip17Request

new ApproveAllKip17Request()

Version:
  • 1.0

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

approved :Boolean

The boolean value that indicates whether authorization was granted/denied. The default value is true.

Type:
  • Boolean

Methods

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

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

Optional instance to populate.

Returns:

The populated ApproveAllKip17Request instance.

Type
ApproveAllKip17Request

ApproveAllKip17Request

new ApproveAllKip17Request(from, to)

Constructs a new ApproveAllKip17Request.

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

approved :Boolean

The boolean value that indicates whether authorization was granted/denied. The default value is true.

Type:
  • Boolean

Methods

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

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

Optional instance to populate.

Returns:

The populated ApproveAllKip17Request instance.

Type
ApproveAllKip17Request