Eos
Lists EOS accounts associated with the provided authorization token.
- The authorization token from the request header.
A promise that resolves to an AccountAPIResponse object containing the list of accounts, a success flag, and a message.
A promise that resolves to an AccountAPIResponse object containing the list of accounts, a success flag, and a message.
Creates a new EOS account.
- The authorization token from the request header.
- The input data required to create the EOS account.
The network on which the transaction is taking place.
The private key of the account.
A promise that resolves to an AccountAPIResponse object containing the result of the account creation.
A promise that resolves to an AccountAPIResponse object containing the result of the account creation.
Retrieves account information from the EOS blockchain.
- The name of the EOS account to retrieve information for.
- The authorization token from the request header.
A promise that resolves to an AccountAPIResponse object containing the account data, success status, and a message.
A promise that resolves to an AccountAPIResponse object containing the account data, success status, and a message.