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. Can be filtered using parameters
Parameters:
▪Default value
opts: object= {}
Name
Type
Description
status?
status of the offerings to fetch. If defined, only STOs that have all passed statuses will be returned
Launch a Security Token Offering
note
required roles:
Offering Portfolio Custodian
Raising Portfolio Custodian
Parameters:
Name
Type
args
LaunchStoParams
opts?
• context:
Defined in
• parent:
Defined in
▸ get(opts
: object): Promise‹[]›
Defined in
Partial‹›
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‹‹››