interface SignSessionKeyResponse {
    authSig: AuthSig;
    pkpPublicKey: string;
}

Properties

authSig: AuthSig
pkpPublicKey: string