Skip to main content

sui_getMoveFunctionArgTypes RPC Method

Loading...

Updated on
Dec 10, 2024

sui_getMoveFunctionArgTypes RPC Method

Parameters

package
string
REQUIRED
Loading...
module
string
REQUIRED
Loading...
function
string
REQUIRED
Loading...

Returns

result
array
Loading...
Pure
string
Loading...
Object
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_getMoveFunctionArgTypes",
7
"params": [
8
"0x158f2027f60c89bb91526d9bf08831d27f5a0fcb0f74e6698b9f0e1fb2be5d05",
9
"deepbook_utils",
10
"place_market_order_bid"
11
]
12
}
13
'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free