api_entities_Asset_Offerings.Offerings
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / Offerings
.Offerings
Handles all Asset Offering related functionality
Namespace
<>
↳ Offerings
Retrieve all of the Asset's Offerings and their details. Can be filtered using parameters
Parameters
opts
Object
-
opts.status?
status of the Offerings to fetch. If defined, only Offerings that have all passed statuses will be returned
Returns
Defined in
Retrieve a single Offering associated to this Asset by its ID
throws
if there is no Offering with the passed ID
Parameters
args
Object
args.id
BigNumber
Returns
Defined in
Launch an Asset Offering
note
required roles:
Offering Portfolio Custodian
Raising Portfolio Custodian
Parameters
args
LaunchOfferingParams
opts?
Returns
Defined in
â–¸ get(opts?
): Promise
<[]>
Partial
<>
Promise
<[]>
â–¸ getOne(args
): Promise
<>
Promise
<>
â–¸ launch(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
[][]>>