Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akash-network/node
/ WithBankKeeper
Function
WithBankKeeper
x/verification/keeper/expected_keepers.go:37–41 ·
view source on GitHub ↗
(bank BankKeeper)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
WithBankKeeper(bank BankKeeper) Option {
38
return
func
(k *keeper) {
39
k.bank = bank
40
}
41
}
42
43
func
WithProviderKeeper(provider ProviderKeeper) Option {
44
return
func
(k *keeper) {
Callers
15
TestResolveDiscrepancySettlesAttestationsAndAuditorBonds
Function · 0.85
TestEndBlockerTimesOutPendingDiscrepancy
Function · 0.85
TestHappyPathMessages
Function · 0.85
TestSubmitAttestationConsumesCoveredEscrowFee
Function · 0.85
TestSubmitAttestationSameAuditorReplacementDisposition
Function · 0.85
TestRevokeAttestationDisposition
Function · 0.85
TestRevokeAttestationRejectsInvalidInputs
Function · 0.85
TestRemoveAttestationDisposition
Function · 0.85
TestRemoveAttestationRejectsInvalidInputs
Function · 0.85
TestRevokeProviderAttestationVoidsSingleAttestation
Function · 0.85
TestRevokeAllProviderAttestationsVoidsActiveProviderAttestations
Function · 0.85
TestRevokeAuditorAttestationsVoidsWorkAndSlashesBond
Function · 0.85
Calls
no outgoing calls
Tested by
15
TestResolveDiscrepancySettlesAttestationsAndAuditorBonds
Function · 0.68
TestEndBlockerTimesOutPendingDiscrepancy
Function · 0.68
TestHappyPathMessages
Function · 0.68
TestSubmitAttestationConsumesCoveredEscrowFee
Function · 0.68
TestSubmitAttestationSameAuditorReplacementDisposition
Function · 0.68
TestRevokeAttestationDisposition
Function · 0.68
TestRevokeAttestationRejectsInvalidInputs
Function · 0.68
TestRemoveAttestationDisposition
Function · 0.68
TestRemoveAttestationRejectsInvalidInputs
Function · 0.68
TestRevokeProviderAttestationVoidsSingleAttestation
Function · 0.68
TestRevokeAllProviderAttestationsVoidsActiveProviderAttestations
Function · 0.68
TestRevokeAuditorAttestationsVoidsWorkAndSlashesBond
Function · 0.68