Versions in this module Expand all Collapse all v3 v3.1.0 Dec 18, 2024 v3.0.0 Dec 2, 2024 Changes in this version + func IsVaultSolvent(account common.Account, vault types.Vault, currentGasFee cosmos.Uint) bool + func SolvencyCheckRunner(chain common.Chain, provider SolvencyCheckProvider, ...) + type SolvencyCheckProvider interface + GetHeight func() (int64, error) + ReportSolvency func(height int64) error + ShouldReportSolvency func(height int64) bool Other modules containing this package gitlab.com/thorchain/thornode