Get maximum payload length for this message type
@override int get maxPayloadLength { // Conservative estimate: 4MB for BSV return 4 * 1024 * 1024; }