Type alias TreeConfigArgs
TreeConfigArgs: {
numMinted: beet.bignum;
totalMintCapacity: beet.bignum;
treeCreator: web3.PublicKey;
treeDelegate: web3.PublicKey;
}
Type declaration
-
numMinted: beet.bignum
-
totalMintCapacity: beet.bignum
-
treeCreator: web3.PublicKey
-
treeDelegate: web3.PublicKey
Arguments used to create TreeConfig