View Source argo_block_value (argo v1.0.4)
Summary
Types
-type t() :: #argo_block_value{wire_type :: argo_block_wire_type:t(), value :: argo_scalar_value:t()}.
Functions
-spec key(BlockValue) -> Key when BlockValue :: t(), Key :: argo_types:name().
-spec new(BlockWireType, ScalarValue) -> BlockValue when BlockWireType :: argo_block_wire_type:t(), ScalarValue :: argo_scalar_value:t(), BlockValue :: t().
-spec to_block_wire_type(BlockValue) -> BlockWireType when BlockValue :: t(), BlockWireType :: argo_block_wire_type:t().