View Source Radixir.Core.Request.GetCommittedTransactions (radixir v0.0.2)
Methods to create each map in GetCommittedTransactions request body.
Link to this section Summary
Functions
Generates stitch plan for limit map in GetCommittedTransactions request body.
Generates stitch plan for network_identifier map in GetCommittedTransactions request body.
Generates stitch plan for state_identifier map in GetCommittedTransactions request body.
Link to this section Types
Link to this section Functions
Specs
limit(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for limit map in GetCommittedTransactions request body.
Parameters
stitch_plans: On-going stitch plans that will be stitched into a map.params: Keyword list that contains:limit(required, integer): Limit.
Specs
network_identifier(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for network_identifier map in GetCommittedTransactions request body.
Parameters
stitch_plans: On-going stitch plans that will be stitched into a map.params: Keyword list that contains:network(optional, string): Ifnetworkis not in params it will default to what is returned fromRadixir.Config.network().
Specs
state_identifier(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for state_identifier map in GetCommittedTransactions request body.
Parameters
stitch_plans: On-going stitch plans that will be stitched into a map.params: Keyword list that contains:state_version(required, integer): State Version.transaction_accumulator(optional, string): Transaction Accumulator.