Type Alias LoadCodeFromContentRequest

LoadCodeFromContentRequest: Message<"virtufin.LoadCodeFromContentRequest"> & {
    content: Uint8Array;
    id: string;
}

Type declaration

  • content: Uint8Array

    from field: bytes content = 2;

  • id: string

    from field: string id = 1;

from message virtufin.LoadCodeFromContentRequest