Vaulta

core.ogx

Contract

  • Struct property of exchange_entry

    {
      "name": "ex_entry",
      "base": "",
      "fields": [
        {
          "name": "src",
          "type": "symbol"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "dest",
          "type": "symbol"
        },
        {
          "name": "amount_received",
          "type": "asset"
        },
        {
          "name": "exchange_fee_rate",
          "type": "uint128"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "round_id_for_src",
          "type": "uint64"
        },
        {
          "name": "round_id_for_dest",
          "type": "uint64"
        }
      ]
    }