interface SessionKeys {
    receive: Uint8Array;
    send: Uint8Array;
}

Properties

Properties

receive: Uint8Array
send: Uint8Array