Interface MetadataPointer

MetadataPointer as stored by the program

interface MetadataPointer {
    authority: null | PublicKey;
    metadataAddress: null | PublicKey;
}

Properties

authority: null | PublicKey

Optional authority that can set the metadata address

metadataAddress: null | PublicKey

Optional Account Address that holds the metadata

Generated using TypeDoc