solidity
import "solidity-scale-codec/src/Xcm/v5/Hint/Hint.sol";File-Level Functions
assetClaimer(struct AssetClaimerParams params)
solidity
function assetClaimer(struct AssetClaimerParams params) internal pure returns (struct Hint)Creates an `AssetClaimer` hint.
File-Level Structs
Hint
solidity
struct HintA hint for XCM execution, changing the behaviour of the XCM program.
| Field | Type | Description |
|---|---|---|
variant | 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`. |
AssetClaimerParams
solidity
struct AssetClaimerParamsParameters for the `AssetClaimer` variant.
| Field | Type | Description |
|---|---|---|
location | Location | The claimer location. |
File-Level Enums
HintVariant
solidity
enum HintVariantDiscriminant for the `Hint` enum.
| Variant | Description |
|---|---|
AssetClaimer | Set asset claimer for all the trapped assets during the execution. |
Hint
Kind: source