What I did:
I am using https://iancoleman.io/bip39/ to generate bitcoin address.
I have click generate random mnemonic, set coin to BTC. I have tried the addresses from BIP32, BIP44, BIP49 with the command
grant <address> send,receive
Output:
error code: -5
error message:
Invalid address: <address>
Expected Output:
{"method":"grant","params":["address","connect"],"id":"86067020-1678611432","chain_name":"chain1"}
<tx_id>
What's wrong did I do?