View Api
{ "function": "0x1::timestamp::now_microseconds", "type_arguments": [], "arguments": [] }
View request for the Move View Function API.
Type arguments of the function
Arguments of the function
Datatype for representing the MoveValue This struct is deprecated. Use the [super::v2::MoveValueResponse] struct instead.
POST /rpc/v1/view HTTP/1.1 Host: rpc-testnet.supra.com Content-Type: application/json Accept: */* Content-Length: 50 { "function": {}, "type_arguments": {}, "arguments": {} }
Result of view function
No content
Datatype for representing the MoveValue
POST /rpc/v2/view HTTP/1.1 Host: rpc-testnet.supra.com Content-Type: application/json Accept: */* Content-Length: 50 { "function": {}, "type_arguments": {}, "arguments": {} }
{ "result": [ { "U8": 1 } ] }