Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + type Transaction struct + Bytes []byte + Length uint32 + func NewTransaction() *Transaction + func (t *Transaction) Decode(b []byte) (out []byte) + func (t *Transaction) DecodeOne(b []byte) *Transaction + func (t *Transaction) Encode() (out []byte) + func (t *Transaction) Get() (txs *wire.MsgTx) + func (t *Transaction) Put(txs *wire.MsgTx) *Transaction