Type Alias ContractDecodedObjectResult

ContractDecodedObjectResult: {
    [key: string]: DecodedCallResult;
}