package
0.0.0-20240301094714-d470d78178ab
Repository: https://github.com/akilachain/akila.git
Documentation: pkg.go.dev

# Packages

Copyright Tharsis Labs Ltd.(Akila) SPDX-License-Identifier:ENCL-1.0(https://github.com/AkilaChain/akila/blob/main/LICENSE).

# Functions

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.
NewModule creates a new IBC Module boilerplate given the underlying IBC app.

# Structs

Module a concrete type for a module boilerplate.