{
"function": "0x1::timestamp::now_microseconds",
"type_arguments": [],
"arguments": []
}
/rpc/v1/view
Entry function id is string representation of a entry function defined on-chain.
Format: {address}::{module name}::{function name}
Both module name
and function name
are case-sensitive.
Vector of Move type tag. The Move type tag string representation as below: Values:
vector<{non-reference MoveTypeId}>
{address}::{module_name}::{struct_name}::<{generic types}>
Vector type value examples:
vector<u8>
vector<vector<u64>>
vector<0x1::coin::CoinStore<0x1::supra_coin::SupraCoin>>
Struct type value examples:
0x1::account::Account
Note:
Arguments of the function