export declare enum TransactionStatus { UNKNOWN = 0, CONFIRMING = 1, COMPLETED = 2, FAILED = 3 }