SendRequest: Message<"virtufin.SendRequest"> & {
    contentType: string;
    id: string;
    message: Uint8Array;
    timeoutMs: number;
}

Type declaration

  • contentType: string

    from field: string content_type = 4;

  • id: string

    from field: string id = 1;

  • message: Uint8Array

    from field: bytes message = 2;

  • timeoutMs: number

    from field: int32 timeout_ms = 3;

from message virtufin.SendRequest