Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecoverAccountOperation

Hierarchy

Index

Properties

Properties

0

0: "recover_account"

1

1: { account_to_recover: string; extensions: any[]; new_owner_authority: AuthorityType; recent_owner_authority: AuthorityType }

Type declaration

  • account_to_recover: string

    The account to be recovered.

  • extensions: any[]

    Extensions. Not currently used.

  • new_owner_authority: AuthorityType

    The new owner authority as specified in the request account recovery operation.

  • recent_owner_authority: AuthorityType

    A previous owner authority that the account holder will use to prove past ownership of the account to be recovered.

Generated using TypeDoc