Same as the Multikey, but decoded and without the preambles. I.e., just the bare key values.

interface MultikeyBinary {
    public: Uint8Array;
    secret?: Uint8Array;
}

Properties

Properties

public: Uint8Array
secret?: Uint8Array