UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

8 lines (7 loc) 247 B
import { BigNumberish, PointerLike } from '../../common/CommonTypes.js'; export interface IStorageValue { readonly pointer: PointerLike; readonly value: string | Buffer; readonly height: BigNumberish; readonly proofs?: string[]; }