IPrepareCreateStreamExt
IPrepareCreateStreamExt
Defined in: types.ts:433
Extends
Omit<ICreateStreamExt,"sender">
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
computeLimit? | number | ComputeLimitEstimate | "autoSimulate" | ITransactionExtWithInstructions.computeLimit | packages/common/dist/esm/solana/index.d.ts:1015 |
computePrice? | number | ComputePriceEstimate | ITransactionExtWithInstructions.computePrice | packages/common/dist/esm/solana/index.d.ts:1014 |
customInstructions? | object | ITransactionExtWithInstructions.customInstructions | packages/stream/solana/types.ts:422 |
customInstructions.after? | InstructionGenerator | - | packages/stream/solana/types.ts:423 |
feePayer? | PublicKey | ITransactionExtWithInstructions.feePayer | packages/common/dist/esm/solana/index.d.ts:1016 |
isNative? | boolean | ICreateExt.isNative | packages/stream/solana/types.ts:418 |
metadataPubKeys? | PublicKey[] | ICreateStreamExt.metadataPubKeys | packages/stream/solana/types.ts:429 |
partner? | string | ICreateStreamExt.partner | packages/stream/solana/types.ts:430 |
sender | object | - | packages/stream/solana/types.ts:434 |
sender.publicKey | PublicKey | - | packages/stream/solana/types.ts:435 |