Operate v0.1.0-beta.7 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
Functions
Converts the given map or list of maps into a Operate.BPU.Cell.t/0
.
Link to this section Types
BPU Cell
Link to this section Functions
Link to this function
from_map(source)
View Sourcefrom_map(map() | list()) :: Operate.BPU.Cell.t() | list()
Converts the given map or list of maps into a Operate.BPU.Cell.t/0
.