 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NativeErc20Info ¶
type NativeErc20Info struct {
	Denom        string
	ContractAbi  abi.ABI
	ContractAddr common.Address
	Account      common.Address // The address of the minter on the EVM chain
	InitialBal   *big.Int
}
    NativeErc20Info holds details about a deployed ERC20 token.
func SetupNativeErc20 ¶
func SetupNativeErc20(t *testing.T, chain *evmibctesting.TestChain) *NativeErc20Info
SetupNativeErc20 deploys, registers, and mints a native ERC20 token on an EVM-based chain.
 Click to show internal directories. 
   Click to hide internal directories.