1
What is the meaning of different type used in bitgo api like bellow :
Url : https://bitgo.github.io/bitgo-docs/?javascript#add-wallet
m/0/0/0/0 (which is also the ID used to refer to a wallet in BitGo’s system)
m/0/0/1/0 (The first change address of a wallet)
m/0/0/10/0 (first SegWit receiving address of a wallet)
m/0/0/11/0 (the first SegWit change address of a wallet)
what is the meaning SegWit receiving address or SegWit change address..?
What is the role of change address.? – Codebrekers – 2017-10-13T06:21:36.227
1
A change address is where the change in your transaction is sent. See this Q&A: https://bitcoin.stackexchange.com/questions/736/how-does-change-work-in-a-bitcoin-transaction
– Andrew Chow – 2017-10-13T14:35:32.303I would like to add that our Segwit receive addresses are all P2SH-P2WSH, as native bech32 addresses are not yet supported. – arik – 2017-11-01T23:49:49.187