MintKip17TokenRequest

MintKip17TokenRequest

new MintKip17TokenRequest()

Version:
  • 1.0

The MintKip17TokenRequest model module.

Members

to :String

Recipient EOA address for the newly minted token

Type:
  • String

uri :String

Token URI for the newly minted token

Type:
  • String

id :String

Token ID for the newly minted token; cannot be overlapped with an existing ID

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(id)

Constructs a new MintKip17TokenRequest.

Parameters:
Name Type Description
id String

Token ID for the newly minted token; cannot be overlapped with an existing ID

Members

to :String

Recipient EOA address for the newly minted token

Type:
  • String

uri :String

Token URI for the newly minted token

Type:
  • String

id :String

Token ID for the newly minted token; cannot be overlapped with an existing ID

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