Type Alias CreateSmartTxInput
CreateSmartTxInput: Readonly<
{
bufferPct?: number;
commitment?: Commitment;
feePayer?: Address
| TransactionSigner<string>;
instructions: readonly Instruction<string, readonly any[]>[];
minUnits?: number;
priorityFeeCap?: number;
signers: readonly TransactionSigner<string>[];
version?: TransactionVersion;
},
>
Input for
createSmartTransaction. The SDK automatically simulates compute units, fetches priority fees, and prepends compute-budget instructions before signing.