surfpool-core 1.5.0

Where you train before surfing Solana
Documentation
{
  "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
  "metadata": {
    "name": "spl_token",
    "version": "3.5.0",
    "spec": "0.1.0",
    "description": "SPL Token Program - Standard token accounts"
  },
  "instructions": [],
  "accounts": [
    {
      "name": "TokenAccount",
      "discriminator": [0, 0, 0, 0, 0, 0, 0, 0]
    },
    {
      "name": "Mint",
      "discriminator": [0, 0, 0, 0, 0, 0, 0, 1]
    }
  ],
  "types": [
    {
      "name": "TokenAccount",
      "type": {
        "kind": "struct",
        "fields": [
          {
            "name": "mint",
            "type": "pubkey"
          },
          {
            "name": "owner",
            "type": "pubkey"
          },
          {
            "name": "amount",
            "type": "u64"
          },
          {
            "name": "delegate",
            "type": {
              "option": "pubkey"
            }
          },
          {
            "name": "state",
            "type": "u8"
          },
          {
            "name": "is_native",
            "type": {
              "option": "u64"
            }
          },
          {
            "name": "delegated_amount",
            "type": "u64"
          },
          {
            "name": "close_authority",
            "type": {
              "option": "pubkey"
            }
          }
        ]
      }
    },
    {
      "name": "Mint",
      "type": {
        "kind": "struct",
        "fields": [
          {
            "name": "mint_authority",
            "type": {
              "option": "pubkey"
            }
          },
          {
            "name": "supply",
            "type": "u64"
          },
          {
            "name": "decimals",
            "type": "u8"
          },
          {
            "name": "is_initialized",
            "type": "bool"
          },
          {
            "name": "freeze_authority",
            "type": {
              "option": "pubkey"
            }
          }
        ]
      }
    }
  ]
}