interface ICreateStreamInstructions {
    ixs: TransactionInstruction[];
    metadata: Keypair;
    metadataPubKey: PublicKey;
}

Properties

ixs: TransactionInstruction[]
metadata: Keypair
metadataPubKey: PublicKey