Wasm Directoryalpha
Record

list-payments-response

No description available.

record list-payments-response {
  cursor: option​<string>,
  errors: option​<list​<error>>,
  payments: option​<list​<payment>>,
}

Fields

NameTypeDescription
cursoroption​<string>
errorsoption​<list​<error>>
paymentsoption​<list​<payment>>