var Blockchain = '0x714d2ac07a826b66ac56752eebd7c77b58d2ee842e523d913fd0ef06e6bdfcae'; var DomainName = 'TestDomain'; Circular.GetDomain(Blockchain, DomainName) .then(data => { // do something with the data in JSON format });
{ "Result": 200, // success "Response": "0xaaff...", // Wallet Address "Node": "0x..." // answering node }
Last updated 4 months ago