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