Skip to content
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 Hint

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

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

AssetClaimerParams

solidity
struct AssetClaimerParams

Parameters for the `AssetClaimer` variant.

FieldTypeDescription
locationLocationThe claimer location.

File-Level Enums

HintVariant

solidity
enum HintVariant

Discriminant for the `Hint` enum.

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

Hint

Kind: source