Versions in this module Expand all Collapse all v0 v0.4.0 May 18, 2026 Changes in this version + var TransferNativeOp = operations.NewOperation("transfer-native-op", semver.MustParse("1.0.0"), ...) + var TransferNativeSeq = operations.NewSequence("transfer-native-seq", semver.MustParse("1.0.0"), ...) + type TransferNative struct + func (t TransferNative) Apply(e cldf.Environment, config TransferNativeInput) (cldf.ChangesetOutput, error) + func (t TransferNative) VerifyPreconditions(e cldf.Environment, config TransferNativeInput) error + type TransferNativeDeps struct + Env *cldf.Environment + type TransferNativeInput struct + Address string + Amount *big.Int + ChainSel uint64 + type TransferNativeOpsInput struct + Address common.Address + Amount *big.Int + ChainSel uint64 + type TransferNativeOutput struct