Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountByKeyAPI

Hierarchy

  • AccountByKeyAPI

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

client

client: Client

Methods

call

  • call(method: string, params?: any): Promise<any>
  • Convenience for calling account_by_key_api.

    Parameters

    • method: string
    • Optional params: any

    Returns Promise<any>

getKeyReferences

  • Returns all accounts that have the key associated with their owner or active authorities.

    Parameters

    Returns Promise<AccountsByKey>

Generated using TypeDoc