View Source Radixir.Gateway.Request.GetValidatorStakes (radixir v0.0.3)
Methods to create each map in GetValidatorStakes
request body.
Link to this section Summary
Functions
Generates stitch plan for at_state_identifier
map in GetValidatorStakes
request body.
Generates stitch plan for cursor
map in GetValidatorStakes
request body.
Generates stitch plan for limit
map in GetValidatorStakes
request body.
Generates stitch plan for network_identifier
map in GetValidatorStakes
request body.
Generates stitch plan for validator_identifier
map in GetValidatorStakes
request body.
Link to this section Types
Link to this section Functions
Specs
at_state_identifier(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for at_state_identifier
map in GetValidatorStakes
request body.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:version
(optional, integer): Version.timestamp
(optional, string): Timestamp.epoch
(optional, integer): Epoch.round
(optional, integer): Round.
Specs
cursor(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for cursor
map in GetValidatorStakes
request body.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:cursor
(required, string): Cursor.
Specs
limit(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for limit
map in GetValidatorStakes
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 GetValidatorStakes
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
validator_identifier(stitch_plans(), params()) :: stitch_plans()
Generates stitch plan for validator_identifier
map in GetValidatorStakes
request body.
Parameters
stitch_plans
: On-going stitch plans that will be stitched into a map.params
: Keyword list that contains:address
(required, string): Radix address.