Skip to content

adamant-api / index / getUnsupportedTransactionQueryControls

Function: getUnsupportedTransactionQueryControls()

ts
function getUnsupportedTransactionQueryControls<T>(obj?, endpoint?): string[];

Defined in: src/api/utils.ts:65

Returns known controls that the selected endpoint will ignore.

Type Parameters

Type Parameter
T extends object

Parameters

ParameterTypeDefault value
obj?TransactionQuery<T>undefined
endpoint?TransactionQueryEndpoint'transactions'

Returns

string[]

Released under the GPL-3.0 License.