Type alias NftMintAndOwner

NftMintAndOwner: {
    nft_address: string;
    owner: string;
}

Type declaration

  • nft_address: string
  • owner: string

Generated using TypeDoc