export declare enum TransactionVerifyResult {
    INVALID = -1,
    PENDING = 0,
    OK = 1
}
export declare enum TransactionExecutionResult {
    INVALID = -1,
    FAIL = 0,
    OK = 1
}
