TransactionStatusCopy MarkdownOpentype TransactionStatus = | { Err: TransactionError; } | { Ok: null; }; Deprecated