TxEncoder typedef

TxEncoder = Uint8List Function(Tx tx)

TxEncoder marshals a transaction to bytes

Implementation

typedef TxEncoder = Uint8List Function(Tx tx);