BitcoinUtxoEntityByIndex extension

on

Methods

deleteAllByUtxoKey(List<String> utxoKeyValues) Future<int>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

deleteAllByUtxoKeySync(List<String> utxoKeyValues) int

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

deleteByUtxoKey(String utxoKey) Future<bool>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

deleteByUtxoKeySync(String utxoKey) bool

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

getAllByUtxoKey(List<String> utxoKeyValues) Future<List<BitcoinUtxoEntity?>>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

getAllByUtxoKeySync(List<String> utxoKeyValues) List<BitcoinUtxoEntity?>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

getByUtxoKey(String utxoKey) Future<BitcoinUtxoEntity?>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

getByUtxoKeySync(String utxoKey) BitcoinUtxoEntity?

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

putAllByUtxoKey(List<BitcoinUtxoEntity> objects) Future<List<Id>>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

putAllByUtxoKeySync(List<BitcoinUtxoEntity> objects, {bool saveLinks = true}) List<Id>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

putByUtxoKey(BitcoinUtxoEntity object) Future<Id>

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension

putByUtxoKeySync(BitcoinUtxoEntity object, {bool saveLinks = true}) → Id

Available on IsarCollection<BitcoinUtxoEntity>, provided by the BitcoinUtxoEntityByIndex extension