Function createSecretNftTx

  • Parameters

    • offchainData: string

      Off-chain related NFT preview metadata. Can be an IPFS hash, a URL or plain text.

    • secretOffchainData: string

      Off-chain related NFT secret metadata. Can be an IPFS hash, a URL or plain text.

    • royalty: number = 0

      Percentage of all second sales that the creator will receive. It's a decimal number in range [0, 100]. Default is 0.

    • collectionId: undefined | number = undefined

      The collection to which the NFT belongs. Optional Parameter.

    • isSoulbound: boolean = false

      If true, makes the NFT intransferable. Default is false.

    Returns Promise<`0x${string}`>

    Unsigned unsubmitted Create-Secret-NFT Transaction Hash. The Hash is only valid for 5 minutes.

    Name

    createSecretNftTx

    Summary

    Creates an unsigned unsubmitted Create-Secret-NFT Transaction Hash.

Generated using TypeDoc