package
8.1.3
Repository: https://github.com/canto-network/canto.git
Documentation: pkg.go.dev

# Packages

This file contains the variables, constants, and default values used in the testing package and commonly defined in tests.

# Functions

GetReceivedCoin returns the transferred coin from an ICS20 FungibleTokenPacketData as seen from the destination chain.
GetTransferAmount returns the amount from an ICS20 FungibleTokenPacketData.
GetTransferSenderRecipient returns the sender and recipient sdk.AccAddresses from an ICS20 FungibleTokenPacketData as well as the original sender bech32 address from the packet data.
NewModule creates a new IBC Module boilerplate given the underlying IBC app.

# Structs

Module a concrete type for a module boilerplate.