FROST Core TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Interface Serialize<_C>

    Trait for types that can be serialized to bytes.

    interface Serialize<_C extends Ciphersuite> {
        serialize(): Uint8Array;
    }

    Type Parameters

    Index

    Methods

    Methods

    • Serialize the struct into a Uint8Array.

      Returns Uint8Array