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

Methods to create each map in EpochData map.

Link to this section Summary

Functions

Generates stitch plan for epoch map in EpochData map.

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

Link to this section Types

Specs

params() :: keyword()

Specs

stitch_plans() :: [keyword()]

Link to this section Functions

Link to this function

epoch(stitch_plans, params)

View Source

Specs

epoch(stitch_plans(), params()) :: stitch_plans()

Generates stitch plan for epoch map in EpochData map.

Parameters

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

Specs

type(stitch_plans()) :: stitch_plans()

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

Parameters

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