Vaulta

margin.wal

Contract

  • Action parameter in lendrepay

    {
      "name": "lendrepay",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "exchange",
          "type": "name"
        },
        {
          "name": "from_account_id",
          "type": "name"
        },
        {
          "name": "to_account_id",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "interest",
          "type": "asset"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "lend_symbol",
          "type": "symbol"
        },
        {
          "name": "from_order_id",
          "type": "uint64"
        },
        {
          "name": "interest_fee_rate",
          "type": "uint16"
        },
        {
          "name": "lend_id",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "uint32"
        },
        {
          "name": "repay_to_id",
          "type": "name"
        },
        {
          "name": "repay_interest",
          "type": "asset"
        },
        {
          "name": "repay_fee",
          "type": "asset"
        }
      ]
    }