export interface ExtrinsicFailedData {
    docs: string | null;
    method: string;
    name: string;
}
