UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

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