balancer_sdk 0.1.16-alpha

A Rust SDK which provides commonly used utilties for interacting with Balancer Protocol V2
Documentation
{
  "contractName": "SimpleTestContract",
  "abi": [
    {
      "inputs": [
        { "internalType": "bytes32", "name": "poolId", "type": "bytes32" }
      ],
      "name": "getPool",
      "outputs": [
        { "internalType": "address", "name": "", "type": "address" },
        {
          "internalType": "enum IVault.PoolSpecialization",
          "name": "",
          "type": "uint8"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ]
}