interface DlgParamsOracleResponse1 {
    contractAddress: `ct_${string}`;
    queryId: `oq_${string}`;
    tag: OracleResponse;
    version?: 1;
}

Hierarchy (view full)

Properties

contractAddress: `ct_${string}` = ...
queryId: `oq_${string}` = queryIdField
tag: OracleResponse = ...
version?: 1

Generated using TypeDoc