View Source Radixir.Core.Request.ParseTransaction (radixir v0.0.3)
Methods to create each map in ParseTransaction
request body.
Link to this section Summary
Functions
Generates stitch plan for network_identifier
map in ParseTransaction
request body.
Generates stitch plan for signed
map in ParseTransaction
request body.
Generates stitch plan for transaction
map in ParseTransaction
request body.
Link to this section Types
Link to this section Functions
Specs
network_identifier(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for network_identifier
map in ParseTransaction
request body.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:network
(optional, string): Ifnetwork
is not in params it will default to what is returned fromRadixir.Config.network()
.
Specs
signed(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for signed
map in ParseTransaction
request body.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:signed
(required, boolean): Signed.
Specs
transaction(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for transaction
map in ParseTransaction
request body.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:transaction
(required, string): Transaction.