Vaulta

eosio

Contract

  • Action return type for buyram

    Action return type for buyramburn

    Action return type for buyrambytes

    Action return type for buyramself

    {
      "name": "action_return_buyram",
      "base": "",
      "fields": [
        {
          "name": "payer",
          "type": "name"
        },
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "bytes_purchased",
          "type": "int64"
        },
        {
          "name": "ram_bytes",
          "type": "int64"
        },
        {
          "name": "fee",
          "type": "asset"
        }
      ]
    }