UNPKG

@gear-js/api

Version:

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

9 lines (8 loc) 197 B
import { bool, Struct, u64 } from '@polkadot/types'; export interface GasInfo extends Struct { min_limit: u64; reserved: u64; burned: u64; may_be_returned: u64; waited: bool; }