@polkadot/types
Version:
Implementation of the Parity codec
23 lines (22 loc) • 627 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.runtime = void 0;
exports.runtime = {
LocationToAccountApi: [
{
methods: {
convert_location: {
description: 'Converts `Location` to `AccountId`',
params: [
{
name: 'location',
type: 'XcmVersionedLocation'
}
],
type: 'Result<AccountId, Error>'
}
},
version: 1
}
]
};
;