TickerReservation
Last updated
Was this helpful?
Last updated
Was this helpful?
Represents a reserved token symbol in the Polymesh chain. Ticker reservations expire after a set length of time, after which they can be reserved by another Identity. A Ticker must be previously reserved by an Identity for that Identity to be able create a Security Token with it
‹UniqueIdentifiers›
↳ TickerReservation
Protected
context• ticker: string
reserved ticker
• uuid: string
Create a Security Token using the reserved ticker
note
the issuer DID will be set as the primary issuance agent
Parameters:
Name
Type
args
Retrieve the Reservation's owner, expiry date and status
note
can be subscribed to
Parameters:
Name
Type
callback
Extend the Reservation time period of the ticker for 60 days from now to later use it in the creation of a Security Token.
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
â–ª Identifiers: object
Parameters:
Name
Type
Description
identifiers
Identifiers
Returns: string
Static
unserialize▸ unserialize‹Identifiers›(serialized
: string): Identifiers
Unserialize a UUID into its Unique Identifiers
Type parameters:
â–ª Identifiers: object
Parameters:
Name
Type
Description
serialized
string
UUID to unserialize
Returns: Identifiers
• context:
Inherited from .
Defined in
Defined in
Inherited from .
Defined in
â–¸ createToken(args
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››
▸ details(): Promise‹›
Defined in
Returns: Promise‹›
â–¸ details(callback
: ‹›): Promise‹›
Defined in
‹›
Returns: Promise‹›
▸ extend(): Promise‹‹››
Defined in
Returns: Promise‹‹››
Inherited from .
Defined in
Inherited from .
Defined in