findAddress method
Finds the address and its diversifier index if it exists.
Implementation
@override
(OrchardAddress, DiversifierIndex)? findAddress(DiversifierIndex index) {
return (addressAt(index), index);
}
Finds the address and its diversifier index if it exists.
@override
(OrchardAddress, DiversifierIndex)? findAddress(DiversifierIndex index) {
return (addressAt(index), index);
}