Skip to content

Where is the token_metadata.Metadata type? #290

@arucil

Description

@arucil

I saw there is an example of decoding token metadata in README:

borshDec := bin.NewBorshDecoder(resp.GetBinary())
  var meta token_metadata.Metadata
  err = borshDec.Decode(&meta)
  if err != nil {
    panic(err)
  }

but I can't find the Metadata type, either in this repo or in metaplex-go repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions