amountSats method

  1. @override
BigInt? amountSats({
  1. dynamic hint,
})

Gets the amount in btc.

Implementation

@override
BigInt? amountSats({hint}) {
  return super.amountSats();
}