View Source Radixir.Core.Request.BuildTransaction.Operation.DataObject.PreparedValidatorFee (radixir v0.0.3)
Methods to create each map in PreparedValidatorFee
map.
Link to this section Summary
Functions
Generates stitch plan for epoch
map in PreparedValidatorFee
map.
Generates stitch plan for fee
map in PreparedValidatorFee
map.
Generates stitch plan for type
map in PreparedValidatorFee
map. Value is set to PreparedValidatorFee
.
Link to this section Types
Link to this section Functions
Specs
epoch(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for epoch
map in PreparedValidatorFee
map.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:epoch
(required, integer): Epoch.
Specs
fee(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for fee
map in PreparedValidatorFee
map.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:fee
(required, integer): Fee.
Specs
type(stitch_plans()) :: stitch_plans()
Generates stitch plan for type
map in PreparedValidatorFee
map. Value is set to PreparedValidatorFee
.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.