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