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