BitcoinLib.Services.CoinService.GetRawChangeAddress C# (CSharp) Method

GetRawChangeAddress() public method

public GetRawChangeAddress ( ) : string
return string
        public string GetRawChangeAddress()
        {
            return _rpcConnector.MakeRequest<string>(RpcMethods.getrawchangeaddress);
        }