interface BatchCreationItem {
    instructions: TransactionInstruction[];
    metadataPubKey: PublicKey;
    recipient: string;
    signers?: Keypair[];
}

Properties

instructions: TransactionInstruction[]
metadataPubKey: PublicKey
recipient: string
signers?: Keypair[]