View Source Radixir.Core.Request.SignTransaction (radixir v0.0.3)
Methods to create each map in SignTransaction request body.
Link to this section Summary
Functions
Generates stitch plan for network_identifier map in SignTransaction request body.
Generates stitch plan for public_key map in SignTransaction request body.
Generates stitch plan for unsigned_transaction map in SignTransaction 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 SignTransaction 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
public_key(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for public_key map in SignTransaction request body.
Parameters
stitch_plans: On-going stitch plans that will be stitched into a map.params: Keyword list that contains:hex(required, integer): Public key hex.
Specs
unsigned_transaction(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for unsigned_transaction map in SignTransaction request body.
Parameters
stitch_plans: On-going stitch plans that will be stitched into a map.params: Keyword list that contains:unsigned_transaction(required, string): Unsigned Transaction.