createUncheckedStreamV2Instruction()
createUncheckedStreamV2Instruction()
function createUncheckedStreamV2Instruction(
data,
programId,
accounts): Promise<TransactionInstruction>;Defined in: instructions.ts:359
Parameters
| Parameter | Type |
|---|---|
data | CreateUncheckedStreamV2Data |
programId | PublicKey |
accounts | CreateUncheckedStreamAccounts |
Returns
Promise<TransactionInstruction>