Skip to main content

sui_getNormalizedMoveStruct RPC Method

Loading...

Updated on
Dec 10, 2024

sui_getNormalizedMoveStruct RPC Method

Parameters

package
string
REQUIRED
Loading...
module
string
REQUIRED
Loading...
struct_name
string
REQUIRED
Loading...

Returns

result
object
Loading...
abilities
object
Loading...
abilities
string
Loading...
typeParameters
array
Loading...
fields
array
Loading...
name
string
Loading...
type
string
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "sui_getNormalizedMoveStruct",
7
"params": [
8
"0x3c00b4fd6f40f73ea58b91fd9a71eb1734584271d83089fd2441fa2e6140cc59",
9
"gear",
10
"GEAR"
11
]
12
}
13
'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free