Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 775 Bytes

PaginatedPaymentOperations.md

File metadata and controls

28 lines (24 loc) · 775 Bytes

BleumiPay::PaginatedPaymentOperations

Properties

Name Type Description Notes
results Array<PaymentOperation> List of operations of the payment in the current page
next_token
(Optional)
String Cursor to fetch next page of results, empty if no more results

Example

{
  "results": [
    {
      "txid": "1574502150086",
      "chain": "xdai_testnet",
      "funcName": "createAndRefundWallet",
      "inputs": {
        "addr": "0xbe1fa332f24ba568108ba55a25eccf93d882f54e",
        "token": "XDAIT"
      },
      "status": true,
      "hash": "0x79dca6990b9ef4b07db158dbae9969033d058954edaa24e0d52aef80ef05eca8"
    }
  ]
}