solidity
import "solidity-scale-codec/src/Xcm/VersionedXcm/VersionedXcm.sol";File-Level Functions
v5(struct Xcm xcm)
solidity
function v5(struct Xcm xcm) internal pure returns (struct VersionedXcm)Creates a `VersionedXcm` with version `V5` from an `XcmV5` struct.
File-Level Structs
VersionedXcm
solidity
struct VersionedXcmA single XCM message, together with its version code.
| Field | Type | Description |
|---|---|---|
version | XcmVersion | The version of the XCM message. |
xcm | bytes | The XCM message, encoded according to its version. |
File-Level Enums
XcmVersion
solidity
enum XcmVersionThe XCM versions supported by this package.
| Variant | Description |
|---|---|
_reserved0 | - |
_reserved1 | - |
_reserved2 | - |
_unsupported_V3 | - |
_unsupported_V4 | - |
V5 | - |
VersionedXcm
Kind: source