interface SubmitPubKeyRequest {
    keyId: string;
    pubKey: Uint8Array;
    sender: string;
    signature: Uint8Array;
}

Properties

keyId: string
pubKey: Uint8Array
sender: string
signature: Uint8Array

Generated using TypeDoc