Type alias InsertCandyMachineResp

InsertCandyMachineResp: {
    encoded_transaction: string;
    signers: string[];
}

Type declaration

  • encoded_transaction: string
  • signers: string[]

Generated using TypeDoc