Interface AppliedSetResetAccountOperation

This operation allows 'account' owner to control which account has the power to execute the 'reset_account_operation' after 60 days.

interface AppliedSetResetAccountOperation {
    block: number;
    op: {
        type: "set_reset_account_operation";
        value: {
            account: string;
            current_reset_account: string;
            reset_account: string;
        };
    };
    op_in_trx: number;
    timestamp: string;
    trx_id: string;
    trx_in_block: number;
    virtual_op: number;
}

Hierarchy (view full)

Properties

block: number
op: {
    type: "set_reset_account_operation";
    value: {
        account: string;
        current_reset_account: string;
        reset_account: string;
    };
}
op_in_trx: number
timestamp: string
trx_id: string
trx_in_block: number
virtual_op: number