ICreateStreamExt
ICreateStreamExt
Defined in: types.ts:427
Extends
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[] | - | packages/stream/solana/types.ts:429 |
partner? | string | - | packages/stream/solana/types.ts:430 |
sender | Keypair | SignerWalletAdapter | ICreateExt.sender | packages/stream/solana/types.ts:417 |