ListDynamicFields
Parameters:
page_size - uint32 The maximum number of dynamic fields to return. The service may return fewer than this value. If unspecified, at most 50
entries will be returned. The maximum value is 1000
; values above 1000
will be coerced to 1000
.
page_token - bytes A page token, received from a previous ListDynamicFields
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDynamicFields
must match the call that provided the page token.
parent - string Required. The UID
of the parent, which owns the collections of dynamic fields.
read_mask - FieldMask
Returns:
dynamic_fields - DynamicField Page of dynamic fields owned by the specified parent.
next_page_token - bytes A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Example:
grpcurl -proto .sui/rpc/v2beta2/live_data_service.proto
-H "x-token: YOUR_TOKEN_VALUE"
-d
'{
"parent": "0x0feb54a725aa357ff2f5bc6bb023c05b310285bd861275a30521f339a434ebb3"
}'
sui.blockpi.network sui.rpc.v2beta.LiveDataService/ListDynamicFields
Last updated
Was this helpful?