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
contextCreate a Security Token using the reserved ticker
note
the issuer DID will be set as the primary issuance agent
param
amount of tokens that will be minted on creation
param
whether a single token can be divided into decimal parts
param
type of security that the token represents (i.e. Equity, Debt, Commodity, etc)
param
domestic or international alphanumeric security identifiers for the token (ISIN, CUSIP, etc)
param
(optional) funding round in which the token currently is (Series A, Series B, etc)
note
required role:
Ticker Owner
Extend the Reservation time period of the ticker for 60 days from now to later use it in the creation of a Security Token.
note
required role:
Ticker Owner
• ticker: string
reserved ticker
• uuid: string
Retrieve the Reservation's owner, expiry date and status
note
can be subscribed to
Parameters:
Name
Type
callback
Whether this Entity is the same as another one
Parameters:
Name
Type
entity
Returns: boolean
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
• createToken: ProcedureMethod‹, ›
Defined in
• extend: ProcedureMethod‹void, ›
Defined in
Defined in
Inherited from .
Defined in
▸ details(): Promise‹›
Defined in
Returns: Promise‹›
â–¸ details(callback
: ‹›): Promise‹›
Defined in
‹›
Returns: Promise‹›
â–¸ isEqual(entity
: ‹object›): boolean
Inherited from .
Defined in
‹object›
Inherited from .
Defined in
Inherited from .
Defined in