Variable ProcessBindingResponse
ProcessBindingResponse: { create( base?: { result?: { counters?: { add?: boolean; metadata?: { address?: (...)
| (...)
; blockNumber?: (...)
| (...)
; chainId?: (...)
| (...)
; contractName?: (...)
| (...)
; labels?: (...)
| (...)
; logIndex?: (...)
| (...)
; name?: (...)
| (...)
; transactionHash?: (...)
| (...)
; transactionIndex?: (...)
| (...)
; }; metricValue?: { bigDecimal?: (...)
| (...)
; bigInteger?: (...)
| (...)
; doubleValue?: (...)
| (...)
; }; runtimeInfo?: { from?: (...)
| (...)
}; }[]; events?: { attributes?: { [key: string]: any }; attributes2?: { fields?: (...)
| (...)
}; distinctEntityId?: string; message?: string; metadata?: { address?: (...)
| (...)
; blockNumber?: (...)
| (...)
; chainId?: (...)
| (...)
; contractName?: (...)
| (...)
; labels?: (...)
| (...)
; logIndex?: (...)
| (...)
; name?: (...)
| (...)
; transactionHash?: (...)
| (...)
; transactionIndex?: (...)
| (...)
; }; noMetric?: boolean; runtimeInfo?: { from?: (...)
| (...)
}; severity?: LogLevel; }[]; exports?: { metadata?: { address?: (...)
| (...)
; blockNumber?: (...)
| (...)
; chainId?: (...)
| (...)
; contractName?: (...)
| (...)
; labels?: (...)
| (...)
; logIndex?: (...)
| (...)
; name?: (...)
| (...)
; transactionHash?: (...)
| (...)
; transactionIndex?: (...)
| (...)
; }; payload?: string; runtimeInfo?: { from?: (...)
| (...)
}; }[]; gauges?: { metadata?: { address?: (...)
| (...)
; blockNumber?: (...)
| (...)
; chainId?: (...)
| (...)
; contractName?: (...)
| (...)
; labels?: (...)
| (...)
; logIndex?: (...)
| (...)
; name?: (...)
| (...)
; transactionHash?: (...)
| (...)
; transactionIndex?: (...)
| (...)
; }; metricValue?: { bigDecimal?: (...)
| (...)
; bigInteger?: (...)
| (...)
; doubleValue?: (...)
| (...)
; }; runtimeInfo?: { from?: (...)
| (...)
}; }[]; states?: { configUpdated?: boolean; error?: string }; }; }, ): ProcessBindingResponse; decode(input: Uint8Array | Reader, length?: number): ProcessBindingResponse; encode(message: ProcessBindingResponse, writer?: Writer): Writer; fromJSON(object: any): ProcessBindingResponse; fromPartial( object: { result?: { counters?: { add?: boolean; metadata?: { address?: string; blockNumber?: bigint; chainId?: string; contractName?: string; labels?: { [key: ...
]: ...
}; logIndex?: number; name?: string; transactionHash?: string; transactionIndex?: number; }; metricValue?: { bigDecimal?: string; bigInteger?: { data?: ...
; negative?: ...
}; doubleValue?: number; }; runtimeInfo?: { from?: HandlerType }; }[]; events?: { attributes?: { [key: string]: any }; attributes2?: { fields?: { [key: ...
]: ...
} }; distinctEntityId?: string; message?: string; metadata?: { address?: string; blockNumber?: bigint; chainId?: string; contractName?: string; labels?: { [key: ...
]: ...
}; logIndex?: number; name?: string; transactionHash?: string; transactionIndex?: number; }; noMetric?: boolean; runtimeInfo?: { from?: HandlerType }; severity?: LogLevel; }[]; exports?: { metadata?: { address?: string; blockNumber?: bigint; chainId?: string; contractName?: string; labels?: { [key: ...
]: ...
}; logIndex?: number; name?: string; transactionHash?: string; transactionIndex?: number; }; payload?: string; runtimeInfo?: { from?: HandlerType }; }[]; gauges?: { metadata?: { address?: string; blockNumber?: bigint; chainId?: string; contractName?: string; labels?: { [key: ...
]: ...
}; logIndex?: number; name?: string; transactionHash?: string; transactionIndex?: number; }; metricValue?: { bigDecimal?: string; bigInteger?: { data?: ...
; negative?: ...
}; doubleValue?: number; }; runtimeInfo?: { from?: HandlerType }; }[]; states?: { configUpdated?: boolean; error?: string }; }; }, ): ProcessBindingResponse; toJSON(message: ProcessBindingResponse): unknown;}