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.
| Field | Type | Description |
|---|---|---|
variant | enum HintVariant | The type of the hint. See `HintVariant` enum for possible values. |
payload | bytes | The SCALE-encoded payload of the hint. Structure depends on `variant`. |
struct AssetClaimerParams
Parameters for the AssetClaimer variant.
| Field | Type | Description |
|---|---|---|
location | struct Location | The claimer location. |
Enums
enum HintVariant
Discriminant for the Hint enum.
| Variant | Description |
|---|---|
AssetClaimer | Set 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
AssetClaimerhint.
- Creates an