Skip to content

For all worker messages, create a type "string" serialization format #53

@TimDaub

Description

@TimDaub
  • see:
    export const workerMessage = {
  • Assuming that we can use linked data to progressively resolve a neume track, then e.g. a partial track could look like this
{
...
  erc721: {
    owner: "json-rpc://cloudflare-eth.com/eth_call?params=["owner()]..."
  }
}

where we could then serialize erc721.owner into a worker message, fetch the result and then replace it with the value of owner

  • task: come up with a useful serialization scheme for all worker messages. Can they be URIs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions