menu
alan package
documentation
transactions/encoder/base.dart
TxEncoder typedef
TxEncoder typedef
dark_mode
light_mode
TxEncoder
typedef
TxEncoder
=
Uint8List
Function
(
Tx
tx
)
TxEncoder
marshals a transaction to bytes
Implementation
typedef TxEncoder = Uint8List Function(Tx tx);
alan package
documentation
transactions/encoder/base
TxEncoder typedef
base library