Vaulta

finememories

Contract

The data structures defined by this contract.

  • Action parameter in propose1

    {
      "name": "propose1",
      "base": "",
      "fields": [
        {
          "name": "data",
          "type": "string[]"
        }
      ]
    }
  • Action parameter in propose2

    {
      "name": "propose2",
      "base": "",
      "fields": [
        {
          "name": "data",
          "type": "string[]"
        }
      ]
    }
  • Action parameter in check1

    {
      "name": "check1",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "symbol_name",
          "type": "string"
        },
        {
          "name": "contract_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "sell_to",
          "type": "string"
        }
      ]
    }
  • Action parameter in check2

    {
      "name": "check2",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "symbol_name",
          "type": "string"
        },
        {
          "name": "contract_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "sell_to",
          "type": "string"
        }
      ]
    }
  • Action parameter in checkfive

    {
      "name": "checkfive",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "symbol_name1",
          "type": "string"
        },
        {
          "name": "contract_name1",
          "type": "string"
        },
        {
          "name": "precision1",
          "type": "uint64"
        },
        {
          "name": "memo1",
          "type": "string"
        },
        {
          "name": "sell_to1",
          "type": "string"
        },
        {
          "name": "symbol_name2",
          "type": "string"
        },
        {
          "name": "contract_name2",
          "type": "string"
        },
        {
          "name": "precision2",
          "type": "uint64"
        },
        {
          "name": "memo2",
          "type": "string"
        },
        {
          "name": "sell_to2",
          "type": "string"
        }
      ]
    }