Skip to main content
Version: v1

ChangeResult TypeAlias

The result of applying a change within a transaction.

Signature

export declare type ChangeResult = Result<TransactionView, TransactionFailure>;