Interface SetResetAccountOperation

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

interface SetResetAccountOperation {
    0: "set_reset_account";
    1: {
        account: string;
        current_reset_account: string;
        reset_account: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    account: string;
    current_reset_account: string;
    reset_account: string;
}