View Source argo_block_value (argo v1.0.1)

Summary

Types

-type t() :: #argo_block_value{}.

Functions

-spec key(BlockValue) -> Key when BlockValue :: t(), Key :: argo_types:name().
Link to this function

new(BlockWireType, ScalarValue)

View Source
-spec new(BlockWireType, ScalarValue) -> BlockValue
       when
           BlockWireType :: argo_block_wire_type:t(),
           ScalarValue :: argo_scalar_value:t(),
           BlockValue :: t().
Link to this function

to_block_wire_type(BlockValue)

View Source
-spec to_block_wire_type(BlockValue) -> BlockWireType
                      when BlockValue :: t(), BlockWireType :: argo_block_wire_type:t().