InvokeResponse: Message<"virtufin.InvokeResponse"> & {
    message: string;
    responseData: Uint8Array;
    status: string;
    success: boolean;
}

Type declaration

  • message: string

    from field: string message = 3;

  • responseData: Uint8Array

    from field: bytes response_data = 4;

  • status: string

    from field: string status = 2;

  • success: boolean

    from field: bool success = 1;

from message virtufin.InvokeResponse