UNPKG

@gear-js/api

Version:

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

7 lines (6 loc) 231 B
import type { Struct, Vec } from '@polkadot/types'; import type { H256 } from '@polkadot/types/interfaces'; export interface ProgramStateChange extends Struct { readonly block_hash: H256; readonly program_ids: Vec<H256>; }