Skip to content

Instantly share code, notes, and snippets.

@jelilat
Created April 20, 2022 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jelilat/cbc78f24a98e676823f89d26f02489c3 to your computer and use it in GitHub Desktop.
Save jelilat/cbc78f24a98e676823f89d26f02489c3 to your computer and use it in GitHub Desktop.
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