Operate v0.1.0-beta.15 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

Specs

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

BPU Cell

Link to this section Functions

Specs

from_map(map() | list()) :: t() | list()

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