TxContext Interface
Packages > @anticrm/core > TxContext
Define a transaction processing context.
Signature:
export interface TxContext
Properties
Property | Type | Description |
---|---|---|
network | Promise |
|
source | TxContextSource |
Events
network
Signature:
network: Promise<void>;
source
Signature:
source: TxContextSource;