api_entities_TickerReservation.TickerReservation
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / TickerReservation
.TickerReservation
Represents a reserved Asset symbol in the Polymesh blockchain. 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 an Asset with it
<, string
>
↳ TickerReservation
• ticker: string
reserved ticker
Defined in
• uuid: string
Inherited from
Defined in
Create an Asset using the reserved ticker
note
required role:
Ticker Owner
Parameters
args
opts?
Returns
Defined in
Retrieve the Reservation's owner, expiry date and status
note
can be subscribed to
Returns
Defined in
Parameters
callback
Returns
Defined in
â–¸ exists(): Promise
<boolean
>
Determine whether this Ticker Reservation exists on chain
Returns
Promise
<boolean
>
Overrides
Defined in
Extend the Reservation time period of the ticker for 60 days from now to later use it in the creation of an Asset.
note
required role:
Ticker Owner
Parameters
opts?
Returns
Defined in
â–¸ isEqual(entity
): boolean
Determine whether this Entity is the same as another one
Parameters
entity
Returns
boolean
Inherited from
Defined in
â–¸ toHuman(): string
Return the Reservation's ticker
Returns
string
Overrides
Defined in
Transfer ownership of the Ticker Reservation to another Identity. This generates an authorization request that must be accepted by the target
note
required role:
Ticker Owner
Parameters
args
opts?
Returns
Defined in
â–¸ Static
generateUuid<Identifiers
>(identifiers
): string
Generate the Entity's UUID from its identifying properties
Type parameters
Identifiers
Parameters
identifiers
Identifiers
Returns
string
Inherited from
Defined in
â–¸ Static
unserialize<Identifiers
>(serialized
): Identifiers
Unserialize a UUID into its Unique Identifiers
Type parameters
Identifiers
Parameters
serialized
string
UUID to unserialize
Returns
Identifiers
Inherited from
Defined in
.
â–¸ createAsset(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<, , unknown
[][]>>
â–¸ details(): Promise
<>
Promise
<>
â–¸ details(callback
): Promise
<>
<>
Promise
<>
.
â–¸ extend(opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<, , unknown
[][]>>
<unknown
, unknown
>
.
.
â–¸ transferOwnership(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
note
this will create which has to be accepted by the target
Identity. An or can fetch its pending Authorization Requests by calling . Also, an Account or Identity can directly fetch the details of an Authorization Request by calling
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<, , unknown
[][]>>
.
.