Skip to main content
Version: Next

Interface: ProtocolReturnedNFTData

NFT Data information returned from the Protocol. This interface is exactly the same as the NFTData, except all the fields are snake cased instead of camel cased due to what the Protocol returns.

Properties

contract_id

contract_id: string

The account ID that the NFT contract is deployed to. This contract is where all the NFTs for the specific drop must come from.

Defined in

lib/types/protocol.ts:204


sender_id

Optional sender_id: string

By default, anyone can fund your drop with NFTs. This field allows you to set a specific account ID that will be locked into sending the NFTs.

Defined in

lib/types/protocol.ts:206