UNPKG

@polkadot/types

Version:
41 lines (40 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runtime = void 0; exports.runtime = { DryRunApi: [ { methods: { dry_run_call: { description: 'Dry run call', params: [ { name: 'origin', type: 'OriginCaller' }, { name: 'call', type: 'RuntimeCall' } ], type: 'Result<CallDryRunEffects, XcmDryRunApiError>' }, dry_run_xcm: { description: 'Dry run XCM program', params: [ { name: 'originLocation', type: 'VersionedMultiLocation' }, { name: 'xcm', type: 'VersionedXcm' } ], type: 'Result<XcmDryRunEffects, XcmDryRunApiError>' } }, version: 1 } ] };