-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
When using;
BaseWalletLocked.<transfer|buildPredicateTransaction |submitPredicate>Provider.<getCoins|getResourcesToSpend|getBalance|getBalances|getMessages|buildSpendPredicate|submitSpendPredicate>BaseTransactionRequest.<updateWitnessByOwner>
These methods require the Application to instantiate an Address object before executing the methods, as bech32 and hex are both strings and can be differentiated by string evaluation. All the methods should be able also to receive a string. Making address param type from AbstractAddress to something likestring | AbstractAddress. And use Address.fromDynamicInput internally for the correctness of the data.
Note
- Related to Feedback - Frontend #1537
Dhaiwat10 and arboleya
Metadata
Metadata
Assignees
Labels
featIssue is a featureIssue is a feature