UNPKG

@gear-js/api

Version:

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

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