Skip to content

File: src/Xcm/v5/Hint/Hint.sol

Hint

Kind: source

Structs

struct Hint

A hint for XCM execution, changing the behaviour of the XCM program.

FieldTypeDescription
variantenum HintVariantThe type of the hint. See `HintVariant` enum for possible values.
payloadbytesThe SCALE-encoded payload of the hint. Structure depends on `variant`.

struct AssetClaimerParams

Parameters for the AssetClaimer variant.

FieldTypeDescription
locationstruct LocationThe claimer location.

Enums

enum HintVariant

Discriminant for the Hint enum.

VariantDescription
AssetClaimerSet asset claimer for all the trapped assets during the execution.

Top-Level Functions

  • function assetClaimer(struct AssetClaimerParams params) internal pure returns (struct Hint)
    • Creates an AssetClaimer hint.

Created with solidity-doc-generator