Telos

escrow.blacq

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    account_name name
    parent name
    last_nonce uint64
    kyc uint8
    last_trx time_point_sec
    key public_key
    locked bool
    attributes pair_name_string[]
  • rows of order

    Field Type
    order_id uint64
    order_uid uint128
    customer name
    list_value asset
    order_value asset
    paid_value asset
    merchant_value asset
    refunded_value asset
    fee_value asset
    status uint8
    payment_count uint8
    payments pair_uint8_payment[]
  • Field Type
    platform name
    discount float64
    fees pair_name_float64[]
    enabled bool
  • rows of setting

    Field Type
    token_contract name
    currency asset
    order_id uint64
    suborder_id uint64
    virtual_schemas name[]
    enabled bool
  • Field Type
    order_id uint64
    order_uid uint128
    suborder_id uint64
    suborder_uid uint128
    merchant name
    list_value asset
    quote_value asset
    status uint8