UNPKG

@gear-js/api

Version:

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

5 lines (4 loc) 174 B
import type { u128 } from '@polkadot/types'; import type { Hash } from '@polkadot/types/interfaces'; export type ProgramId = Hash; export type ResumeProgramSessionId = u128;