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