interface SubmitSignatureRequest {
    sender: string;
    sigId: Long;
    signature: Uint8Array;
}

Properties

sender: string
sigId: Long
signature: Uint8Array

Generated using TypeDoc