Interface SignDirectResponse

interface SignDirectResponse {
    signature: Uint8Array;
    signed: SignDoc;
}

Properties

Properties

signature: Uint8Array
signed: SignDoc