Venue
Last updated
Was this helpful?
Last updated
Was this helpful?
Represents a Venue through which settlements are handled
‹UniqueIdentifiers›
↳ Venue
Protected
context• id: BigNumber
Identifier number of the venue
• uuid: string
Creates a settlement instruction in this Venue
Parameters:
Name
Type
args
Retrieve information specific to this venue
Retrieve all pending Instructions in this Venue
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
▪ Identifiers: object
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: object
Parameters:
Name
Type
Description
serialized
string
UUID to unserialize
Returns: Identifiers
• context:
Inherited from .
Defined in
Defined in
Inherited from .
Defined in
▸ addInstruction(args
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››
▸ details(): Promise‹›
Defined in
Returns: Promise‹›
▸ getPendingInstructions(): Promise‹[]›
Defined in
Returns: Promise‹[]›
Inherited from .
Defined in
Inherited from .
Defined in