TxContext Interface

Packages > @anticrm/core > TxContext

Define a transaction processing context.

Signature:

export interface TxContext 

Properties #

List of properties of this interface
Property Type Description
clientTx Tx[]
network Promise
source TxContextSource

Events #

clientTx #

Signature:

clientTx: Tx[];

network #

Signature:

network: Promise<void>;

source #

Signature:

source: TxContextSource;