package
5.1.1
Repository: https://github.com/stride-labs/stride.git
Documentation: pkg.go.dev

# 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 chain Id and icacallback as a prefix, and status of the callback Ex: | COSMOSHUB-4 | DELEGATE ICACALLBACK | ICA SUCCESS, Packet: ...
Returns a log string with a chain Id and icacallback as a prefix Ex: | COSMOSHUB-4 | DELEGATE ICACALLBACK | string.
Returns a log string with a chain Id and icqcallback as a prefix Ex: | COSMOSHUB-4 | WITHDRAWALBALANCE ICQCALLBACK | string.
Returns a log string with a chainId and tab 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
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.