op
op: {
type: "change_recovery_account_operation";
value: {
account_to_recover: string;
extensions: any[];
new_recovery_account: string;
};
}
Type declaration
type: "change_recovery_account_operation"
value: {
account_to_recover: string;
extensions: any[];
new_recovery_account: string;
}
account_to_recover: string
extensions: any[]
new_recovery_account: string
Applied operation.