View Source Radixir.Core.Request.BuildTransaction.Operation.DataObject.RoundData (radixir v0.0.3)

Methods to create each map in RoundData map.

Link to this section Summary

Functions

Generates stitch plan for round map in RoundData map.

Generates stitch plan for timestamp map in RoundData map.

Generates stitch plan for type map in RoundData map. Value is set to RoundData.

Link to this section Types

Specs

params() :: keyword()

Specs

stitch_plans() :: [keyword()]

Link to this section Functions

Link to this function

round(stitch_plans, params)

View Source

Specs

round(stitch_plans(), params()) :: stitch_plans()

Generates stitch plan for round map in RoundData map.

Parameters

  • stitch_plans: On-going stitch plans that will be stitched into a map.
  • params: Keyword list that contains:
    • round (required, integer): Round.
Link to this function

timestamp(stitch_plans, params)

View Source

Specs

timestamp(stitch_plans(), params()) :: stitch_plans()

Generates stitch plan for timestamp map in RoundData map.

Parameters

  • stitch_plans: On-going stitch plans that will be stitched into a map.
  • params: Keyword list that contains:
    • timestamp (required, integer): Timestamp.

Specs

type(stitch_plans()) :: stitch_plans()

Generates stitch plan for type map in RoundData map. Value is set to RoundData.

Parameters

  • stitch_plans: On-going stitch plans that will be stitched into a map.