Documentation ¶
Overview ¶
Package bank contains a forked version of the bank module. It only contains a modified message handler to support a very limited form of transfers during mainnet launch -- MsgMultiSend messages.
NOTE: This fork should be removed entirely once transfers are enabled and the Gaia router should be reset to using the original bank module handler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BurnedCoinsAccAddr represents the burn account address used for // MsgMultiSend message during the period for which transfers are disabled. // Its Bech32 address is cosmos1x4p90uuy63fqzsheamn48vq88q3eusykf0a69v. BurnedCoinsAccAddr = sdk.AccAddress(crypto.AddressHash([]byte("bankBurnedCoins"))) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.