package
Version:
v1.5.2
Opens a new window with list of versions in this module.
Published: Aug 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func BurnERC721Transaction(t *testing.T, evm evmSetup.Utils, wrappedToken string, targetChainId uint64, ...) (*types.Receipt, *router.RouterBurnERC721)
-
func BurnEthTransaction(t *testing.T, assetsService service.Assets, evm evmSetup.Utils, asset string, ...) (*types.Receipt, *router.RouterBurn)
-
func FeeForNFTToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, memo string, ...) (*hedera.TransactionResponse, error)
-
func HbarToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, memo string, ...) (*hedera.TransactionResponse, error)
-
func LockEthTransaction(t *testing.T, evm evmSetup.Utils, asset string, targetChainId uint64, ...) (*types.Receipt, *router.RouterLock)
-
func MintERC721Transaction(t *testing.T, evm evmSetup.Utils, txId string, ...) common.Hash
-
func MintTransaction(t *testing.T, evm evmSetup.Utils, txId string, ...) common.Hash
-
func NFTWithFeeToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, memo string, ...) (*hedera.TransactionResponse, error)
-
func TokensToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, ...) (*hedera.TransactionResponse, error)
-
func UnlockTransaction(t *testing.T, evm evmSetup.Utils, txId string, ...) common.Hash
-
func WaitForTransaction(t *testing.T, evm evmSetup.Utils, txHash common.Hash)
func FeeForNFTToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, memo string, nftID hedera.NftID, fee int64) (*hedera.TransactionResponse, error)
func HbarToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, memo string, amount int64) (*hedera.TransactionResponse, error)
func NFTWithFeeToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, memo string, token string, serialNum int64, fee int64) (*hedera.TransactionResponse, error)
func TokensToBridgeAccount(hederaClient *hedera.Client, bridgeAccount hedera.AccountID, tokenID hedera.TokenID, memo string, amount int64) (*hedera.TransactionResponse, error)
Depricated. Used only for test Test_EVM_Wrapped_to_EVM_Token
Source Files
¶
Click to show internal directories.
Click to hide internal directories.