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

Type declaration

  • contentType: string

    from field: string content_type = 3;

  • id: string

    from field: string id = 1;

  • message: Uint8Array

    from field: bytes message = 2;

from message virtufin.SendRawRequest