Wasm Directoryalpha
Record

get-categories-params

No description available.

record get-categories-params {
  limit: option​<s32>,
  category: option​<string>,
  offset: option​<s32>,
  on-behalf-of: option​<string>,
}

Fields

NameTypeDescription
limitoption​<s32>
categoryoption​<string>
offsetoption​<s32>
on-behalf-ofoption​<string>