Created
April 20, 2022 09:28
-
-
Save jelilat/cbc78f24a98e676823f89d26f02489c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type BankKeeper interface { | |
SpendableCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins | |
SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment