Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedResetAccountOperation

This operation allows recovery_account to change account_to_reset's owner authority to new_owner_authority after 60 days of inactivity.

Hierarchy

Index

Properties

block

block: number

op

op: { type: "reset_account_operation"; value: { account_to_reset: string; new_owner_authority: AuthorityType; reset_account: string } }

Type declaration

  • type: "reset_account_operation"
  • value: { account_to_reset: string; new_owner_authority: AuthorityType; reset_account: string }
    • account_to_reset: string
    • new_owner_authority: AuthorityType
    • reset_account: string

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