Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + const AmountsFlag + const ChildChainMintableFlag + const ChildPredicateFlag + const ChildTokenFlag + const JSONRPCFlag + const MinterKeyFlag + const MinterKeyFlagDesc + const ReceiversFlag + const RootPredicateFlag + const RootTokenFlag + const SenderKeyFlag + const TokenIDsFlag + func ExtractChildTokenAddr(receipt *ethgo.Receipt, childChainMintable bool) (*types.Address, error) + func ExtractExitEventIDs(receipt *ethgo.Receipt) ([]*big.Int, error) + type BridgeParams struct + ChildChainMintable bool + JSONRPCAddr string + PredicateAddr string + Receivers []string + SenderKey string + TokenAddr string + func (p *BridgeParams) RegisterCommonFlags(cmd *cobra.Command) + func (p *BridgeParams) Validate() error + type BridgeTxResult struct + Amounts []string + BlockNumbers []uint64 + ChildTokenAddr *types.Address + ExitEventIDs []*big.Int + Receivers []string + Sender string + Title string + TokenIDs []string + func (r *BridgeTxResult) GetOutput() string + type ERC1155BridgeParams struct + Amounts []string + TokenIDs []string + func NewERC1155BridgeParams() *ERC1155BridgeParams + func (bp *ERC1155BridgeParams) Validate() error + type ERC20BridgeParams struct + Amounts []string + func NewERC20BridgeParams() *ERC20BridgeParams + func (bp *ERC20BridgeParams) Validate() error + type ERC721BridgeParams struct + TokenIDs []string + func NewERC721BridgeParams() *ERC721BridgeParams + func (bp *ERC721BridgeParams) Validate() error + type TokenType int + const ERC1155 + const ERC20 + const ERC721