Operate v0.1.0-beta.2 Operate.BPU.Cell View Source

Bitcoin Processing Unit Cell module.

Provides methods for parsing and serializing cells to and from bare maps.

Link to this section Summary

Types

t()

BPU Cell

Functions

Converts the given map or list of maps into a Operate.BPU.Cell.t/0.

Link to this section Types

Link to this type

t()

View Source
t() :: %Operate.BPU.Cell{cell: map(), i: integer()}

BPU Cell

Link to this section Functions

Link to this function

from_map(source)

View Source
from_map(map() | list()) :: Operate.BPU.Cell.t() | list()

Converts the given map or list of maps into a Operate.BPU.Cell.t/0.