getStatePath
Description
Returns state path for a specific record commitment.
Method Parameters
<empty>
Returns
result-string: Bech 32 string representation of corresponding state path (prefix:path).
Example
Request
curl --location --request POST 'https://testnet3.aleorpc.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "getStatePath",
"params": {
"commitment": "2855275417726114851517553745542581483962194733481247281100772190297829698731field"
}
}'Response
Last updated