MsgBlock constructor
MsgBlock({
- required BlockHeader header,
- required List<
MsgTx> transactions,
Creates a new MsgBlock message.
Implementation
MsgBlock({
required this.header,
required this.transactions,
});