pub const MAX_TRANSFER_SIZE: u32 = 32768;
Expand description
Clients should be aware of the max channel message size when using large transfers or many transactions. It is possible to generate a message that uses values less than the limits below but is still too big for the channel.
The maximum number of bytes that can be read or written in a single Transaction
.