Type alias TokenMetadataAuthorityHolder

TokenMetadataAuthorityHolder: {
    __kind: "holder";
    owner: Signer;
    token: PublicKey;
}

The owner of the token account, i.e. the owner of the asset.

Type declaration

Generated using TypeDoc