Telos

escrow.blacq

合约

此合约定义的数据表。

  • 行数据 account

    字段 类型
    account_name name
    parent name
    last_nonce uint64
    kyc uint8
    last_trx time_point_sec
    key public_key
    locked bool
    attributes pair_name_string[]
  • 行数据 order

    字段 类型
    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[]
  • 行数据 platform

    字段 类型
    platform name
    discount float64
    fees pair_name_float64[]
    enabled bool
  • 行数据 setting

    字段 类型
    token_contract name
    currency asset
    order_id uint64
    suborder_id uint64
    virtual_schemas name[]
    enabled bool
  • 行数据 suborder

    字段 类型
    order_id uint64
    order_uid uint128
    suborder_id uint64
    suborder_uid uint128
    merchant name
    list_value asset
    quote_value asset
    status uint8