UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

9 lines (8 loc) 259 B
import { DecodedCallResult } from '../../common/CommonTypes.js'; export type ContractDecodedObjectResult = { [key: string]: DecodedCallResult; }; export type DecodedOutput = { values: Array<DecodedCallResult>; obj: ContractDecodedObjectResult; };