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