Registering SGX Provider with the Contract
# List registered nodes
secretcli q compute query secret1h7xzl06j47vvp4ajwfge6la7gu8anxvpqt326k \
'{"list_nodes":{}}'
# Get one node by identity
secretcli q compute query secret1h7xzl06j47vvp4ajwfge6la7gu8anxvpqt326k \
'{"get_node":{"identity":"<NODE_IDENTITY>"}}'
# List all nodes registered by one operator
secretcli q compute query secret1h7xzl06j47vvp4ajwfge6la7gu8anxvpqt326k \
'{"list_nodes_by_operator":{"operator":"<WALLET_ADDRESS>"}}'Last updated
Was this helpful?