You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as main part of RPC methods accepts accont/subaddress index as a parameter It would be convenient to have a method to retrieve the subaddress index (major and minor) having the address provided. Only if the address belongs to the one of wallet's accounts obviously.
It should be a method reversal to the get_address.
Inputs
address - string; The 95-character hex address string.
Outputs
subaddr_index - (Optional) subaddress index if found:
major - unsigned int; Account index for the subaddress.
minor - unsigned int; Index of the subaddress in the account.
The text was updated successfully, but these errors were encountered:
As soon as main part of RPC methods accepts accont/subaddress index as a parameter It would be convenient to have a method to retrieve the subaddress index (major and minor) having the address provided. Only if the address belongs to the one of wallet's accounts obviously.
It should be a method reversal to the
get_address
.Inputs
address
- string; The 95-character hex address string.Outputs
subaddr_index
- (Optional) subaddress index if found:major
- unsigned int; Account index for the subaddress.minor
- unsigned int; Index of the subaddress in the account.The text was updated successfully, but these errors were encountered: