rise_elixir v0.1.0 RiseElixir.Blocks
Functions for retrieving information relating to blocks.
Summary
Functions
Get List of blocks, by default empty query parameters are allowed, Send query parameters to get appropriate block details
Get Blockchain broadhash
Get List of blocks, by default empty query parameters are allowed, Send query parameters to get appropriate block details
Get RISE Blockchain epoch time
Get Blockchain transaction fee
Get RISE Blockchain fees
Get Blockchain height
Get RISE Blockchain Milestone
Get RISE Blockchain nethash
Get RISE Blockchain Reward
Get RISE Blockchain Status
Get RISE Blockchain Supply
Functions
Get List of blocks, by default empty query parameters are allowed, Send query parameters to get appropriate block details.
Method: GET
RiseElixir.Blocks.get(%{})
=> { success, blocks, count }
Get Blockchain broadhash.
Method: GET
RiseElixir.Blocks.get_broadhash()
=> { success, broadhash }
Get List of blocks, by default empty query parameters are allowed, Send query parameters to get appropriate block details.
Method: GET
RiseElixir.Blocks.get_by_id(%{id: “13191140260435645922”})
=> { success, block }
Get RISE Blockchain epoch time.
Method: GET
RiseElixir.Blocks.get_epoch()
=> { success, epoch }
Get Blockchain transaction fee.
Method: GET
RiseElixir.Blocks.get_fee(%{height: 10})
=> { success, fee, fromHeight, toHeight, height }
Get RISE Blockchain fees.
Method: GET
RiseElixir.Blocks.get_fees(%{height: 10})
=> { success, %fees{}, fromHeight, toHeight, height }
Get Blockchain height.
Method: GET
RiseElixir.Blocks.get_height()
=> { success, height }
Get RISE Blockchain Milestone.
Method: GET
RiseElixir.Blocks.get_milestone()
=> { success, milestone }
Get RISE Blockchain nethash.
Method: GET
RiseElixir.Blocks.get_nethash()
=> { success, nethash }
Get RISE Blockchain Reward.
Method: GET
RiseElixir.Blocks.get_reward()
=> { success, reward }
Get RISE Blockchain Status.
Method: GET
RiseElixir.Blocks.get_status()