MintKip17TokenRequest

MintKip17TokenRequest

new MintKip17TokenRequest()

Version:
  • 1.0

The MintKip17TokenRequest model module.

Members

to :String

The Klaytn accound address of the new token's owner.

Type:
  • String

id :String

The ID of the new token; it must not be a duplicate of an existing ID.

Type:
  • String

uri :String

The URI of the new token.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated MintKip17TokenRequest instance.

Type
MintKip17TokenRequest

MintKip17TokenRequest

new MintKip17TokenRequest(to, id, uri)

Constructs a new MintKip17TokenRequest.

Parameters:
Name Type Description
to String

The Klaytn accound address of the new token's owner.

id String

The ID of the new token; it must not be a duplicate of an existing ID.

uri String

The URI of the new token.

Members

to :String

The Klaytn accound address of the new token's owner.

Type:
  • String

id :String

The ID of the new token; it must not be a duplicate of an existing ID.

Type:
  • String

uri :String

The URI of the new token.

Type:
  • String

Methods

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

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

Optional instance to populate.

Returns:

The populated MintKip17TokenRequest instance.

Type
MintKip17TokenRequest