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

Specs

params() :: keyword()

Specs

stitch_plans() :: [keyword()]

Link to this section Functions

Link to this function

name(stitch_plans, params)

View Source

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.
Link to this function

url(stitch_plans, params)

View Source

Specs

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.