Wasm Directoryalpha
Record

get-accounts-account-persons-params

No description available.

record get-accounts-account-persons-params {
  account: string,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  relationship: option​<string>,
  starting-after: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
accountstring
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
relationshipoption​<string>
starting-afteroption​<string>
dataoption​<string>