pub const LONG_POLL_ID_LENGTH: usize = 46;
Expand description
Constants needed by clients of Zebra’s RPC server
The length of a serialized LongPollId
string.
This is an internal Zebra implementation detail, which does not need to match zcashd
.
pub const LONG_POLL_ID_LENGTH: usize = 46;
Constants needed by clients of Zebra’s RPC server
The length of a serialized LongPollId
string.
This is an internal Zebra implementation detail, which does not need to match zcashd
.