Retrieves account information from the Cosmos SDK.
A promise that resolves to a CosmosAccountAPIResponse
object containing the account data.
Deletes an account in the Cosmos SDK.
A promise that resolves to a BaseCosmosAPIResponse
indicating the success or failure of the operation.
Lists Cosmos accounts associated with the provided authorization token.
A promise that resolves to a CosmosAccountListAPIResponse
object containing the list of accounts.
Creates a new Cosmos account.
A promise that resolves to a CosmosAccountAPIResponse
object.