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