WalletsGet()
Retrieve General Wallets
Understanding Connector Object
Function Call
WalletsGet(new sbyte(),true,0,10);Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.WalletsGetResult wallets = connect_.WalletsGet(new sbyte(),true,0,10);
Console.WriteLine(wallets);Connect_ = Connector("165.22.212.253:9090")
print(Connect_.WalletsGet(0,10,None,True))var connect_ = new Connector("194.163.152.177", 9091);
connect_.WalletsGet(null,true,0,10).then((res) => {connect_.Close();console.log(res); });Output of Example
Last updated
Was this helpful?