walletIdTxid property

  1. @Index.new(composite: [CompositeIndex('txid')])
String walletIdTxid
getter/setter pair

Composite index for wallet+txid queries

Implementation

@Index(composite: [CompositeIndex('txid')])
late String walletIdTxid;