Type alias InstallModuleParameters<TSmartAccount>

InstallModuleParameters<TSmartAccount>: {
    account?: TSmartAccount;
} & {
    maxFeePerGas?: bigint;
    maxPriorityFeePerGas?: bigint;
    module: ModuleMeta;
    nonce?: bigint;
} & Partial<Omit<UserOperation<"0.7", bigint>, "callData">>

Type Parameters

  • TSmartAccount extends SmartAccount | undefined

Type declaration

Type declaration

  • Optional maxFeePerGas?: bigint
  • Optional maxPriorityFeePerGas?: bigint
  • module: ModuleMeta
  • Optional nonce?: bigint