getAllRecords

Gets all records of the second-level domain and its subdomains.


Parameters

Name
Type
Description
Required

name

String

The second-level domain name, e.g. "test.neo"

Required

Example

Request body #1

curl --request POST \
  --url http://seed1t4.neo.org:20332/ \
  --header 'Content-Type: application/json' \
  --data '{
  "jsonrpc": "2.0",
  "method": "invokefunction",
  "params": [ "0x538355b776538a5da0b2a08c139b9900b9c0cbb6", "getAllRecords",
						 [
							 {
								 "type":"String","value":"flamincome.neo"
							 }
						 ],
	[]
],
  "id": 1
}
'

Response body #1

Request body #2

Gets all records of the expired domain:

Response body #2

Last updated