getrawchangeaddress
walletgetrawchangeaddress ( "address_type" )
Returns a new Bitweb address, for receiving change.
This is for use with raw transactions, NOT normal use.
Arguments:
1. address_type (string, optional, default=set by -changetype) The address type to use. Options are "legacy", "p2sh-segwit", "bech32", "bech32m".
Result:
"str" (string) The address
Examples:
> bitweb-cli getrawchangeaddress
> curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "getrawchangeaddress", "params": []}' -H 'content-type: application/json' http://127.0.0.1:26332/
← 모든 메서드
v30.3.0