enoughFunds property
bool
get
enoughFunds
True when the input value covers the outputs and fee
Implementation
bool get enoughFunds => !changeValue.isNegative;
True when the input value covers the outputs and fee
bool get enoughFunds => !changeValue.isNegative;