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, string›
↳ TickerReservation
Protected
context• ticker: string
reserved ticker
• uuid: string
Create a Security Token using the reserved ticker
note
required role:
Ticker Owner
Parameters:
Name
Type
args
opts?
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.
note
required role:
Ticker Owner
Parameters:
Name
Type
args
void
opts?
Whether this Entity is the same as another one
Parameters:
Name
Type
entity
Returns: boolean
â–¸ toJson(): string
Return the Reservation's ticker
Returns: string
Transfer ownership of the Ticker Reservation to another Identity. This generates an authorization request that must be accepted by the destinatary
note
required role:
Ticker Owner
Parameters:
Name
Type
args
opts?
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
â–ª Identifiers
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
Parameters:
Name
Type
Description
serialized
string
UUID to unserialize
Returns: Identifiers
• context:
Inherited from .
Defined in
Defined in
Inherited from .
Defined in
â–¸ createToken(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call createToken.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››
▸ details(): Promise‹›
Defined in
Returns: Promise‹›
â–¸ details(callback
: ‹›): Promise‹›
Defined in
‹›
Returns: Promise‹›
â–¸ extend(args
: void, opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call extend.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››
â–¸ isEqual(entity
: ‹unknown, unknown›): boolean
Inherited from .
Defined in
‹unknown, unknown›
Overrides .
Defined in
â–¸ transferOwnership(args
: , opts?
: ): Promise‹‹››
Defined in
note
this will create which have to be accepted by the corresponding and/or . An Account or Identity can fetch its pending Authorization Requests by calling authorizations.getReceived
note
this method is of type , which means you can call transferOwnership.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››
Inherited from .
Defined in
Inherited from .
Defined in