UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

4 lines (3 loc) 146 B
import { AnyJson } from '@polkadot/types/types'; import { Bytes } from '@polkadot/types'; export type PayloadType = Uint8Array | Bytes | AnyJson;