UNPKG

@polkadot/types

Version:
38 lines (37 loc) 1.18 kB
export const 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 } ] };