Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedChangeRecoveryAccountOperation

Hierarchy

Index

Properties

block

block: number

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

      The account that would be recovered in case of compromise.

    • extensions: any[]

      Extensions. Not currently used.

    • new_recovery_account: string

      The account that creates the recover request.

op_in_trx

op_in_trx: number

timestamp

timestamp: string

trx_id

trx_id: string

trx_in_block

trx_in_block: number

virtual_op

virtual_op: number

Generated using TypeDoc