UNPKG

@gear-js/api

Version:

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

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