import type { Bytes } from '@polkadot/types';
import type { AnyJson } from '@polkadot/types/types';
export type PayloadType = Uint8Array | Bytes | AnyJson;
