menu
walletkit_dart
walletkit_dart.dart
GenericTransaction
totalValue property
totalValue
dark_mode
light_mode
totalValue
property
BigInt
get
totalValue
Implementation
BigInt get totalValue => value + (fee?.value ?? BigInt.zero);
walletkit_dart
walletkit_dart
GenericTransaction
totalValue property
GenericTransaction class