rise_elixir v0.1.0 RiseElixir.Accounts
Functions for retrieving information from accounts.
Summary
Functions
Get RISE account
Get account balance
Get RISE account delegate details
Get RISE account delegate details
Get RISE account publickey
Get top account details
Functions
Get RISE account.
Method: GET
RiseElixir.Accounts.get_account(%{address?: string, publicKey?: publicKey})
=> { success, account }
Get account balance.
Method: GET
RiseElixir.Accounts.get_balance(%{address: string})
=> { success, balance, unconfirmedBalance }
Get RISE account delegate details.
Method: GET
RiseElixir.Accounts.get_delegates(%{address: string})
=> { success, delegates }
Get RISE account delegate details.
Method: GET
RiseElixir.Accounts.get_delegates_fee(%{height: number})
=> { success, fee }
Get RISE account publickey.
Method: GET
RiseElixir.Accounts.get_publicKey(%{address: string})