/** * This is the doc comment for pallet `BridgePangoroDispatch`'s calls. * * `BridgePangoroDispatch`'s storages: {@link: module:pangolin/bridgePangoroDispatch/storages} * * @module pangolin/bridgePangoroDispatch/calls */ import { buildRuntimeCall, Dispatch, decodeCall } from "../../../index"; import { ethers, BytesLike } from "ethers"; import { Metadata } from "@polkadot/types"; export const getBridgePangoroDispatch = (dispatch: Dispatch, metadata: Metadata) => { return { } }