Operate v0.1.0-beta.6 Operate.BPU.Transaction View Source
Bitcoin Processing Unit Transaction module.
Provides methods for parsing and serializing transactions to and from bare maps.
Link to this section Summary
Functions
Converts the given map or list of maps into a Operate.BPU.Transaction.t/0
.
Link to this section Types
Link to this type
t()
View Sourcet() :: %Operate.BPU.Transaction{ blk: map() | nil, i: integer() | nil, in: [Operate.BPU.Script.t(), ...], out: [Operate.BPU.Script.t(), ...], txid: String.t() | nil }
BPU Transaction
Link to this section Functions
Link to this function
from_map(source)
View Sourcefrom_map(map() | list()) :: Operate.BPU.Transaction.t() | list()
Converts the given map or list of maps into a Operate.BPU.Transaction.t/0
.