UNPKG

@pendulum-chain/api-solang

Version:

Interface to interact with smart contracts compiled via Solang

3 lines (2 loc) 155 B
import { DispatchError } from "@polkadot/types/interfaces"; export declare function extractDispatchErrorDescription(dispatchError: DispatchError): string;