Retrieves the account information for a given account name.
Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.
A promise that resolves to an AccountAPIResponse object containing the account data.
Lists the accounts associated with the provided authorization token.
Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.
A promise that resolves to an AccountAPIResponse object containing the account data.
Creates a new Bitcoin account.
The network on which the transaction is taking place.
The private key of the account.
Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.
A promise that resolves to an AccountAPIResponse object containing the account creation result.