@welshare/sdk
    Preparing search index...

    Type Alias SessionKeypair

    type SessionKeypair = {
        publicKey: Uint8Array;
        secretKey: Uint8Array;
    }
    Index

    Properties

    Properties

    publicKey: Uint8Array
    secretKey: Uint8Array