Wasm Directoryalpha
Record

get-treasury-transaction-entries-params

No description available.

record get-treasury-transaction-entries-params {
  created: option​<string>,
  effective-at: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  financial-account: string,
  limit: option​<s32>,
  order-by: option​<get-treasury-transaction-entries-order-by-enum>,
  starting-after: option​<string>,
  transaction: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
createdoption​<string>
effective-atoption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
financial-accountstring
limitoption​<s32>
order-byoption​<get-treasury-transaction-entries-order-by-enum>
starting-afteroption​<string>
transactionoption​<string>
dataoption​<string>