interface CreateInstructionResult {
    instructions: TransactionInstruction[];
    metadata?: Keypair;
    metadataPubKey?: PublicKey;
    signers?: Keypair[];
}

Hierarchy (View Summary)

Properties

instructions: TransactionInstruction[]
metadata?: Keypair
metadataPubKey?: PublicKey
signers?: Keypair[]