export declare enum ETransactionStatus {
    BLOCKED = "BLOCKED",
    PROCESSED = "PROCESSED",
    PROCESSING = "PROCESSING"
}
