Type alias InstallModuleParameters<TSmartAccount>

InstallModuleParameters<TSmartAccount>: GetSmartAccountParameter<TSmartAccount> & {
    maxFeePerGas?: bigint;
    maxPriorityFeePerGas?: bigint;
    module: ModuleMeta;
    nonce?: bigint;
}

Type Parameters

  • TSmartAccount extends SmartAccount | undefined

Type declaration

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