Type alias CreateCandyMachineOutput<T>

CreateCandyMachineOutput<T>: {
    response: SendAndConfirmTransactionResponse;
    candyMachine: CandyMachine<T>;
    candyMachineSigner: Signer;
}

Type Parameters

Type declaration

Generated using TypeDoc