# Functions
AccAddressFromBech32 creates an AccAddress from a Bech32 string.
check string array inclusion.
Convert any bech32 to stride address.
No description provided by the author
GetFromBech32 decodes a bytestring from a Bech32 encoded string.
Compute coin amount for specific period using linear vesting calculation algorithm.
No description provided by the author
No description provided by the author
Returns a log header string with a dash padding on either side Ex: ------------------------------ string ------------------------------.
Returns a log string with a tab and chainId as the prefix Ex: | COSMOSHUB-4 | string.
============================== AIRDROP UTILS ================================ max64 returns the maximum of its inputs.
No description provided by the author
Min64 returns the minimum of its inputs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VerifyAddressFormat verifies that the provided bytes form a valid address according to the default address rules or a custom address verifier set by GetConfig().SetAddressVerifier().
# Variables
No description provided by the author
# Type aliases
AccAddress a wrapper around bytes meant to represent an account address.