pub type SpecBigIntValue = Seq<u8>;
Expand description
BigInt represents the integer with a sequence of bytes in big-endian order (same as ASN.1) and the most significant bit of the first byte is the sign bit.
Aliased Typeยง
struct SpecBigIntValue { /* private fields */ }