Optional
descriptor?: DescriptorOptional
index?: numberAn optional index associated with a ranged descriptor
. Not applicable
when using the descriptors
array, even if its elements are ranged.
Optional
descriptors?: Descriptor[]Array of descriptor expressions. Use either descriptors
or descriptor
,
but not both simultaneously.
Optional
txSpecifies the filtering criteria based on transaction status:
TxStatus.ALL
, TxStatus.IRREVERSIBLE
, or TxStatus.CONFIRMED
.
TxStatus.ALL
Descriptor expression representing one or potentially multiple outputs if ranged. Use either
descriptor
ordescriptors
, but not both simultaneously.