Documentation
    Preparing search index...
    interface Sign {
        sign: (message: Uint8Array) => Promise<Uint8Array<ArrayBufferLike>>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sign: (message: Uint8Array) => Promise<Uint8Array<ArrayBufferLike>>