Type Alias CodeSource

CodeSource: Message<"virtufin.CodeSource"> & {
    source:
        | { case: "url"; value: string }
        | { case: "content"; value: Uint8Array }
        | { case: undefined; value?: undefined };
}

Type declaration

  • source:
        | { case: "url"; value: string }
        | { case: "content"; value: Uint8Array }
        | { case: undefined; value?: undefined }

    from oneof virtufin.CodeSource.source

from message virtufin.CodeSource