Interface GetTransactionsCountOptionalParams
interface GetTransactionsCountOptionalParams { id?: `ak_${string}`; scope?: string; txType?: string;} Hierarchy
- OperationOptions
- GetTransactionsCountOptionalParams
Properties
Optionalid
id?: `ak_${string}`
Optionalscope
scope?: string
OptionaltxType
txType?: string
Optional parameters.