Type Alias: CallRes
type CallRes: object;
The structure representing the results of a call.
Type declaration
coinsUsed
coinsUsed: string;
data
data: 0x${string};
decodedData?
optional decodedData: unknown;
outTransactions
outTransactions: OutTransaction[];
Export
Defined
@nilfoundation/niljs/src/types/CallArgs.ts:88