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
note
required role:
Venue Owner
Parameters:
Name
Type
args
Creates a batch of settlement Instructions in this Venue
note
required role:
Venue Owner
Parameters:
Name
Type
args
Retrieve information specific to this venue
▸ exists(): Promise‹boolean›
Retrieve whether the Venue exists
Returns: Promise‹boolean›
Retrieve all pending Instructions in this Venue
Whether this Entity is the same as another one
Parameters:
Name
Type
entity
Returns: boolean
Modify description and type
note
required role:
Venue Owner
Parameters:
Name
Type
args
Static
generateUuid▸ generateUuid‹Identifiers›(identifiers
: Identifiers): string
Generate the Entity's UUID from its identifying properties
Type parameters:
â–ª Identifiers
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
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
note
this method is of type , which means you can call addInstruction.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹[], ››
â–¸ addInstructions(args
: ): Promise‹‹[]››
Defined in
note
this method is of type , which means you can call addInstructions.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹[]››
▸ details(): Promise‹›
Defined in
Returns: Promise‹›
Defined in
▸ getPendingInstructions(): Promise‹[]›
Defined in
Returns: Promise‹[]›
â–¸ isEqual(entity
: ‹unknown›): boolean
Inherited from .
Defined in
‹unknown›
â–¸ modify(args
: ): Promise‹‹void››
Defined in
note
this method is of type , which means you can call modify.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹void››
Inherited from .
Defined in
Inherited from .
Defined in