TreeConfigArgs: {
    numMinted: beet.bignum;
    totalMintCapacity: beet.bignum;
    treeCreator: web3.PublicKey;
    treeDelegate: web3.PublicKey;
}

Arguments used to create TreeConfig

Type declaration

  • numMinted: beet.bignum
  • totalMintCapacity: beet.bignum
  • treeCreator: web3.PublicKey
  • treeDelegate: web3.PublicKey

Generated using TypeDoc