Vaulta

rpspakdrh3eb

Contract

The data tables defined by this contract.

  • rows of deal

    Field Type
    id uint64
    order_id uint64
    status name
    seller name
    buyer name
    volume asset
    insurance asset
    meta string
    data string
    creation_date time_point_sec
    expiration_date time_point_sec
  • rows of order

    Field Type
    id uint64
    owner name
    status name
    volume asset
    insurance asset
    volume_balance asset
    insurance_balance asset
    min_package asset
    max_package asset
    meta string
    data string
  • rows of counter

    Field Type
    token symbol_code
    available_ord_id uint64
    available_deal_id uint64
  • rows of deposit

    Field Type
    balance asset
    blocked_balance asset
  • rows of rating

    Field Type
    user name
    completed_deals uint64
    failed_deals uint64
  • rows of deal

    Field Type
    id uint64
    order_id uint64
    status name
    seller name
    buyer name
    volume asset
    insurance asset
    meta string
    data string
    creation_date time_point_sec
    expiration_date time_point_sec
  • rows of order

    Field Type
    id uint64
    owner name
    status name
    volume asset
    insurance asset
    volume_balance asset
    insurance_balance asset
    min_package asset
    max_package asset
    meta string
    data string
  • rows of swap

    Field Type
    income extended_asset