putByUtxoKeySync method

Id putByUtxoKeySync(
  1. BitcoinUtxoEntity object, {
  2. bool saveLinks = true,
})

Implementation

Id putByUtxoKeySync(BitcoinUtxoEntity object, {bool saveLinks = true}) {
  return putByIndexSync(r'utxoKey', object, saveLinks: saveLinks);
}