Offerings
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Security Token Offering related functionality
Namespace‹›
↳ Offerings
Protected
contextInherited from void
Protected
parentInherited from void
Retrieve all of the Token's Offerings and their details. Can be filtered using parameters
Parameters:
▪Default value
opts: object= {}
status?
status of the offerings to fetch. If defined, only STOs that have all passed statuses will be returned
Retrieve a single Offering associated to this Security Token by its ID
throws
if there is no Offering with the passed ID
Parameters:
▪ args: object
id
BigNumber
Launch a Security Token Offering
note
required roles:
Offering Portfolio Custodian
Raising Portfolio Custodian
Parameters:
args
LaunchStoParams
opts?
• context:
Defined in
• parent:
Defined in
▸ get(opts
: object): Promise‹[]›
Defined in
Partial‹›
Returns: Promise‹[]›
▸ getOne(args
: object): Promise‹›
Defined in
Returns: Promise‹›
▸ launch(args
: LaunchStoParams, opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call launch.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››