interface InfoClient {
    account: ((options?: InfoAccountOptions) => Promise<InfoAccountResponseBody>);
}

Hierarchy

  • BasicClient
    • InfoClient

Properties

Properties

account: ((options?: InfoAccountOptions) => Promise<InfoAccountResponseBody>)