1 2 3 4 5 6
// Copyright (c) SimpleStaking, Viable Systems and Tezedge Contributors // SPDX-License-Identifier: MIT //! Mavryk binary data writer. pub type BinaryWriterError = crate::enc::BinError;