findFromSaplingPaymentAddressHrp method
Implementation
ZIP32CoinConfig? findFromSaplingPaymentAddressHrp(String hrp) {
return _configs.firstWhereNullable(
(e) => e.hrpSaplingPaymentAddress == hrp,
);
}
ZIP32CoinConfig? findFromSaplingPaymentAddressHrp(String hrp) {
return _configs.firstWhereNullable(
(e) => e.hrpSaplingPaymentAddress == hrp,
);
}