package
0.0.0-20250108125741-e95afb000453
Repository: https://github.com/evmos/os.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DeriveDecimalsFromDenom returns the number of decimals of an IBC coin depending on the prefix of the base denomination.
GetDenomTrace returns the denomination trace from the corresponding IBC denomination.
GetReceivedCoin returns the transferred coin from an ICS20 FungibleTokenPacketData as seen from the destination chain.
GetSentCoin returns the sent coin from an ICS20 FungibleTokenPacketData.
GetTransferAmount returns the amount from an ICS20 FungibleTokenPacketData as a string.
GetTransferSenderRecipient returns the sender and recipient sdk.AccAddresses from an ICS20 FungibleTokenPacketData as well as the original sender bech32 address from the packet data.
IsBaseDenomFromSourceChain checks if the given denom has only made a single hop.
NewModule creates a new IBC Module boilerplate given the underlying IBC app.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Module a concrete type for a module boilerplate.