View Source Radixir.Core.Request.BuildTransaction.Operation.DataObject.PreparedValidatorRegistered (radixir v0.0.3)
Methods to create each map in PreparedValidatorRegistered
map.
Link to this section Summary
Functions
Generates stitch plan for epoch
map in PreparedValidatorRegistered
map.
Generates stitch plan for registered
map in PreparedValidatorRegistered
map.
Generates stitch plan for type
map in PreparedValidatorRegistered
map. Value is set to PreparedValidatorRegistered
.
Link to this section Types
Link to this section Functions
Specs
epoch(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for epoch
map in PreparedValidatorRegistered
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
registered(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for registered
map in PreparedValidatorRegistered
map.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:registered
(required, boolean): Registered.
Specs
type(stitch_plans()) :: stitch_plans()
Generates stitch plan for type
map in PreparedValidatorRegistered
map. Value is set to PreparedValidatorRegistered
.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.