[][src]Trait grin_core::ser::FixedLength

pub trait FixedLength {
    const LEN: usize;
}

Trait for types that serialize to a known fixed length.

Associated Constants

const LEN: usize

The length in bytes

Loading content...

Implementations on Foreign Types

impl FixedLength for BlindingFactor[src]

impl FixedLength for RangeProof[src]

impl FixedLength for Signature[src]

impl FixedLength for PublicKey[src]

Loading content...

Implementors

impl FixedLength for HeaderEntry[src]

impl FixedLength for Hash[src]

const LEN: usize[src]

Size of a hash in bytes.

impl FixedLength for OutputIdentifier[src]

impl FixedLength for TxKernelEntry[src]

impl FixedLength for Difficulty[src]

Loading content...