[{"data":1,"prerenderedAt":1667},["Reactive",2],{"content-query-216jddKQ8u":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"body":10,"_type":1662,"_id":1663,"_source":1664,"_file":1665,"_extension":1666},"/docs/dev/beam-dex","dev",false,"","Beam DEX","Documentation for the Beam DEX contract and application",{"type":11,"children":12,"toc":1658},"root",[13,21,28,42,47,52,58,70,75,106,1652],{"type":14,"tag":15,"props":16,"children":18},"element","h1",{"id":17},"beam-dex",[19],{"type":20,"value":8},"text",{"type":14,"tag":22,"props":23,"children":25},"h3",{"id":24},"details",[26],{"type":20,"value":27},"Details:",{"type":14,"tag":29,"props":30,"children":31},"p",{},[32,34],{"type":20,"value":33},"Repository: ",{"type":14,"tag":35,"props":36,"children":40},"a",{"href":37,"rel":38},"https://github.com/BeamMW/beam/tree/master/bvm/Shaders/amm",[39],"nofollow",[41],{"type":20,"value":37},{"type":14,"tag":29,"props":43,"children":44},{},[45],{"type":20,"value":46},"Dappnet CID: 4e0a28b2b2a83b811ad17ba8228b0645dbce2969fd453a68fbc0b60bc8860e02",{"type":14,"tag":29,"props":48,"children":49},{},[50],{"type":20,"value":51},"Status: In development (14.11.2022)",{"type":14,"tag":22,"props":53,"children":55},{"id":54},"shader-api",[56],{"type":20,"value":57},"Shader API",{"type":14,"tag":29,"props":59,"children":60},{},[61,63],{"type":20,"value":62},"To learn how to use Shader API pleasse refer to ",{"type":14,"tag":35,"props":64,"children":67},{"href":65,"title":66},"using-beam-shaders-with-cli-wallet","mention",[68],{"type":20,"value":69},"using-beam-shaders-with-cli-wallet.md",{"type":14,"tag":29,"props":71,"children":72},{},[73],{"type":20,"value":74},"Some notes regarding the API:",{"type":14,"tag":76,"props":77,"children":78},"ul",{},[79,85],{"type":14,"tag":80,"props":81,"children":82},"li",{},[83],{"type":20,"value":84},"pool_view and pools_view methods can be called by user role",{"type":14,"tag":80,"props":86,"children":87},{},[88,90,94,96,99,101,104],{"type":20,"value":89},"\"kind\": \"uint32_t\" parameter has three values for different types of pool with different fees:",{"type":14,"tag":91,"props":92,"children":93},"br",{},[],{"type":20,"value":95},"\n0 : low volatility, fee is 0.05%",{"type":14,"tag":91,"props":97,"children":98},{},[],{"type":20,"value":100},"\n1 :  mid volatility, fee is 0.3%",{"type":14,"tag":91,"props":102,"children":103},{},[],{"type":20,"value":105},"\n2 : high volatility, fee is 1% (default value)\\",{"type":14,"tag":107,"props":108,"children":112},"pre",{"className":109,"code":110,"language":111,"meta":7,"style":7},"language-json shiki shiki-themes github-dark","{\n    \"roles\":\n    {\n        \"admin\":\n        {\n            \"view\":\n            {},\n            \"destroy\":\n            {\n                \"cid\": \"ContractID\"\n            },\n            \"deploy\":\n            {\n                \"hUpgradeDelay\": \"Height\",\n                \"nMinApprovers\": \"uint32_t\",\n                \"bSkipVerifyVer\": \"uint32_t\",\n                \"cidDaoVault\": \"ContractID\"\n            },\n            \"schedule_upgrade\":\n            {\n                \"cid\": \"ContractID\",\n                \"hTarget\": \"Height\",\n                \"bSkipVerifyVer\": \"uint32_t\",\n                \"iSender\": \"uint32_t\",\n                \"approve_mask\": \"uint32_t\"\n            },\n            \"replace_admin\":\n            {\n                \"cid\": \"ContractID\",\n                \"iAdmin\": \"uint32_t\",\n                \"pk\": \"PubKey\",\n                \"iSender\": \"uint32_t\",\n                \"approve_mask\": \"uint32_t\"\n            },\n            \"set_min_approvers\":\n            {\n                \"cid\": \"ContractID\",\n                \"newVal\": \"uint32_t\",\n                \"iSender\": \"uint32_t\",\n                \"approve_mask\": \"uint32_t\"\n            },\n            \"explicit_upgrade\":\n            {\n                \"cid\": \"ContractID\"\n            },\n            \"pool_view\":\n            {\n                \"cid\": \"ContractID\",\n                \"aid1\": \"AssetID\",\n                \"aid2\": \"AssetID\",\n                \"kind\": \"uint32_t\"\n            },\n            \"pools_view\":\n            {\n                \"cid\": \"ContractID\"\n            }\n        },\n        \"user\":\n        {\n            \"pool_create\":\n            {\n                \"cid\": \"ContractID\",\n                \"aid1\": \"AssetID\",\n                \"aid2\": \"AssetID\",\n                \"kind\": \"uint32_t\"\n            },\n            \"pool_destroy\":\n            {\n                \"cid\": \"ContractID\",\n                \"aid1\": \"AssetID\",\n                \"aid2\": \"AssetID\",\n                \"kind\": \"uint32_t\"\n            },\n            \"add_liquidity\":\n            {\n                \"cid\": \"ContractID\",\n                \"aid1\": \"AssetID\",\n                \"aid2\": \"AssetID\",\n                \"kind\": \"uint32_t\",\n                \"val1\": \"Amount\",\n                \"val2\": \"Amount\",\n                \"bPredictOnly\": \"uint32_t\"\n            },\n            \"withdraw\":\n            {\n                \"cid\": \"ContractID\",\n                \"aid1\": \"AssetID\",\n                \"aid2\": \"AssetID\",\n                \"kind\": \"uint32_t\",\n                \"ctl\": \"Amount\",\n                \"bPredictOnly\": \"uint32_t\"\n            },\n            \"trade\":\n            {\n                \"cid\": \"ContractID\",\n                \"aid1\": \"AssetID\",\n                \"aid2\": \"AssetID\",\n                \"kind\": \"uint32_t\",\n                \"val1_buy\": \"Amount\",\n                \"bPredictOnly\": \"uint32_t\"\n            }\n        }\n    }\n}\n","json",[113],{"type":14,"tag":114,"props":115,"children":116},"code",{"__ignoreMap":7},[117,129,144,153,166,175,188,197,210,219,239,248,261,269,292,314,335,352,360,373,381,402,423,443,464,482,490,503,511,531,552,574,594,610,618,631,639,659,680,700,716,724,737,745,761,769,782,790,810,832,853,870,878,891,899,915,924,933,946,954,967,975,995,1015,1035,1051,1059,1072,1080,1100,1120,1140,1156,1164,1177,1185,1205,1225,1245,1265,1287,1308,1325,1333,1346,1354,1374,1394,1414,1434,1455,1471,1479,1492,1500,1520,1540,1560,1580,1601,1617,1625,1634,1643],{"type":14,"tag":118,"props":119,"children":122},"span",{"class":120,"line":121},"line",1,[123],{"type":14,"tag":118,"props":124,"children":126},{"style":125},"--shiki-default:#E1E4E8",[127],{"type":20,"value":128},"{\n",{"type":14,"tag":118,"props":130,"children":132},{"class":120,"line":131},2,[133,139],{"type":14,"tag":118,"props":134,"children":136},{"style":135},"--shiki-default:#79B8FF",[137],{"type":20,"value":138},"    \"roles\"",{"type":14,"tag":118,"props":140,"children":141},{"style":125},[142],{"type":20,"value":143},":\n",{"type":14,"tag":118,"props":145,"children":147},{"class":120,"line":146},3,[148],{"type":14,"tag":118,"props":149,"children":150},{"style":125},[151],{"type":20,"value":152},"    {\n",{"type":14,"tag":118,"props":154,"children":156},{"class":120,"line":155},4,[157,162],{"type":14,"tag":118,"props":158,"children":159},{"style":135},[160],{"type":20,"value":161},"        \"admin\"",{"type":14,"tag":118,"props":163,"children":164},{"style":125},[165],{"type":20,"value":143},{"type":14,"tag":118,"props":167,"children":169},{"class":120,"line":168},5,[170],{"type":14,"tag":118,"props":171,"children":172},{"style":125},[173],{"type":20,"value":174},"        {\n",{"type":14,"tag":118,"props":176,"children":178},{"class":120,"line":177},6,[179,184],{"type":14,"tag":118,"props":180,"children":181},{"style":135},[182],{"type":20,"value":183},"            \"view\"",{"type":14,"tag":118,"props":185,"children":186},{"style":125},[187],{"type":20,"value":143},{"type":14,"tag":118,"props":189,"children":191},{"class":120,"line":190},7,[192],{"type":14,"tag":118,"props":193,"children":194},{"style":125},[195],{"type":20,"value":196},"            {},\n",{"type":14,"tag":118,"props":198,"children":200},{"class":120,"line":199},8,[201,206],{"type":14,"tag":118,"props":202,"children":203},{"style":135},[204],{"type":20,"value":205},"            \"destroy\"",{"type":14,"tag":118,"props":207,"children":208},{"style":125},[209],{"type":20,"value":143},{"type":14,"tag":118,"props":211,"children":213},{"class":120,"line":212},9,[214],{"type":14,"tag":118,"props":215,"children":216},{"style":125},[217],{"type":20,"value":218},"            {\n",{"type":14,"tag":118,"props":220,"children":222},{"class":120,"line":221},10,[223,228,233],{"type":14,"tag":118,"props":224,"children":225},{"style":135},[226],{"type":20,"value":227},"                \"cid\"",{"type":14,"tag":118,"props":229,"children":230},{"style":125},[231],{"type":20,"value":232},": ",{"type":14,"tag":118,"props":234,"children":236},{"style":235},"--shiki-default:#9ECBFF",[237],{"type":20,"value":238},"\"ContractID\"\n",{"type":14,"tag":118,"props":240,"children":242},{"class":120,"line":241},11,[243],{"type":14,"tag":118,"props":244,"children":245},{"style":125},[246],{"type":20,"value":247},"            },\n",{"type":14,"tag":118,"props":249,"children":251},{"class":120,"line":250},12,[252,257],{"type":14,"tag":118,"props":253,"children":254},{"style":135},[255],{"type":20,"value":256},"            \"deploy\"",{"type":14,"tag":118,"props":258,"children":259},{"style":125},[260],{"type":20,"value":143},{"type":14,"tag":118,"props":262,"children":264},{"class":120,"line":263},13,[265],{"type":14,"tag":118,"props":266,"children":267},{"style":125},[268],{"type":20,"value":218},{"type":14,"tag":118,"props":270,"children":272},{"class":120,"line":271},14,[273,278,282,287],{"type":14,"tag":118,"props":274,"children":275},{"style":135},[276],{"type":20,"value":277},"                \"hUpgradeDelay\"",{"type":14,"tag":118,"props":279,"children":280},{"style":125},[281],{"type":20,"value":232},{"type":14,"tag":118,"props":283,"children":284},{"style":235},[285],{"type":20,"value":286},"\"Height\"",{"type":14,"tag":118,"props":288,"children":289},{"style":125},[290],{"type":20,"value":291},",\n",{"type":14,"tag":118,"props":293,"children":295},{"class":120,"line":294},15,[296,301,305,310],{"type":14,"tag":118,"props":297,"children":298},{"style":135},[299],{"type":20,"value":300},"                \"nMinApprovers\"",{"type":14,"tag":118,"props":302,"children":303},{"style":125},[304],{"type":20,"value":232},{"type":14,"tag":118,"props":306,"children":307},{"style":235},[308],{"type":20,"value":309},"\"uint32_t\"",{"type":14,"tag":118,"props":311,"children":312},{"style":125},[313],{"type":20,"value":291},{"type":14,"tag":118,"props":315,"children":317},{"class":120,"line":316},16,[318,323,327,331],{"type":14,"tag":118,"props":319,"children":320},{"style":135},[321],{"type":20,"value":322},"                \"bSkipVerifyVer\"",{"type":14,"tag":118,"props":324,"children":325},{"style":125},[326],{"type":20,"value":232},{"type":14,"tag":118,"props":328,"children":329},{"style":235},[330],{"type":20,"value":309},{"type":14,"tag":118,"props":332,"children":333},{"style":125},[334],{"type":20,"value":291},{"type":14,"tag":118,"props":336,"children":338},{"class":120,"line":337},17,[339,344,348],{"type":14,"tag":118,"props":340,"children":341},{"style":135},[342],{"type":20,"value":343},"                \"cidDaoVault\"",{"type":14,"tag":118,"props":345,"children":346},{"style":125},[347],{"type":20,"value":232},{"type":14,"tag":118,"props":349,"children":350},{"style":235},[351],{"type":20,"value":238},{"type":14,"tag":118,"props":353,"children":355},{"class":120,"line":354},18,[356],{"type":14,"tag":118,"props":357,"children":358},{"style":125},[359],{"type":20,"value":247},{"type":14,"tag":118,"props":361,"children":363},{"class":120,"line":362},19,[364,369],{"type":14,"tag":118,"props":365,"children":366},{"style":135},[367],{"type":20,"value":368},"            \"schedule_upgrade\"",{"type":14,"tag":118,"props":370,"children":371},{"style":125},[372],{"type":20,"value":143},{"type":14,"tag":118,"props":374,"children":376},{"class":120,"line":375},20,[377],{"type":14,"tag":118,"props":378,"children":379},{"style":125},[380],{"type":20,"value":218},{"type":14,"tag":118,"props":382,"children":384},{"class":120,"line":383},21,[385,389,393,398],{"type":14,"tag":118,"props":386,"children":387},{"style":135},[388],{"type":20,"value":227},{"type":14,"tag":118,"props":390,"children":391},{"style":125},[392],{"type":20,"value":232},{"type":14,"tag":118,"props":394,"children":395},{"style":235},[396],{"type":20,"value":397},"\"ContractID\"",{"type":14,"tag":118,"props":399,"children":400},{"style":125},[401],{"type":20,"value":291},{"type":14,"tag":118,"props":403,"children":405},{"class":120,"line":404},22,[406,411,415,419],{"type":14,"tag":118,"props":407,"children":408},{"style":135},[409],{"type":20,"value":410},"                \"hTarget\"",{"type":14,"tag":118,"props":412,"children":413},{"style":125},[414],{"type":20,"value":232},{"type":14,"tag":118,"props":416,"children":417},{"style":235},[418],{"type":20,"value":286},{"type":14,"tag":118,"props":420,"children":421},{"style":125},[422],{"type":20,"value":291},{"type":14,"tag":118,"props":424,"children":426},{"class":120,"line":425},23,[427,431,435,439],{"type":14,"tag":118,"props":428,"children":429},{"style":135},[430],{"type":20,"value":322},{"type":14,"tag":118,"props":432,"children":433},{"style":125},[434],{"type":20,"value":232},{"type":14,"tag":118,"props":436,"children":437},{"style":235},[438],{"type":20,"value":309},{"type":14,"tag":118,"props":440,"children":441},{"style":125},[442],{"type":20,"value":291},{"type":14,"tag":118,"props":444,"children":446},{"class":120,"line":445},24,[447,452,456,460],{"type":14,"tag":118,"props":448,"children":449},{"style":135},[450],{"type":20,"value":451},"                \"iSender\"",{"type":14,"tag":118,"props":453,"children":454},{"style":125},[455],{"type":20,"value":232},{"type":14,"tag":118,"props":457,"children":458},{"style":235},[459],{"type":20,"value":309},{"type":14,"tag":118,"props":461,"children":462},{"style":125},[463],{"type":20,"value":291},{"type":14,"tag":118,"props":465,"children":467},{"class":120,"line":466},25,[468,473,477],{"type":14,"tag":118,"props":469,"children":470},{"style":135},[471],{"type":20,"value":472},"                \"approve_mask\"",{"type":14,"tag":118,"props":474,"children":475},{"style":125},[476],{"type":20,"value":232},{"type":14,"tag":118,"props":478,"children":479},{"style":235},[480],{"type":20,"value":481},"\"uint32_t\"\n",{"type":14,"tag":118,"props":483,"children":485},{"class":120,"line":484},26,[486],{"type":14,"tag":118,"props":487,"children":488},{"style":125},[489],{"type":20,"value":247},{"type":14,"tag":118,"props":491,"children":493},{"class":120,"line":492},27,[494,499],{"type":14,"tag":118,"props":495,"children":496},{"style":135},[497],{"type":20,"value":498},"            \"replace_admin\"",{"type":14,"tag":118,"props":500,"children":501},{"style":125},[502],{"type":20,"value":143},{"type":14,"tag":118,"props":504,"children":506},{"class":120,"line":505},28,[507],{"type":14,"tag":118,"props":508,"children":509},{"style":125},[510],{"type":20,"value":218},{"type":14,"tag":118,"props":512,"children":514},{"class":120,"line":513},29,[515,519,523,527],{"type":14,"tag":118,"props":516,"children":517},{"style":135},[518],{"type":20,"value":227},{"type":14,"tag":118,"props":520,"children":521},{"style":125},[522],{"type":20,"value":232},{"type":14,"tag":118,"props":524,"children":525},{"style":235},[526],{"type":20,"value":397},{"type":14,"tag":118,"props":528,"children":529},{"style":125},[530],{"type":20,"value":291},{"type":14,"tag":118,"props":532,"children":534},{"class":120,"line":533},30,[535,540,544,548],{"type":14,"tag":118,"props":536,"children":537},{"style":135},[538],{"type":20,"value":539},"                \"iAdmin\"",{"type":14,"tag":118,"props":541,"children":542},{"style":125},[543],{"type":20,"value":232},{"type":14,"tag":118,"props":545,"children":546},{"style":235},[547],{"type":20,"value":309},{"type":14,"tag":118,"props":549,"children":550},{"style":125},[551],{"type":20,"value":291},{"type":14,"tag":118,"props":553,"children":555},{"class":120,"line":554},31,[556,561,565,570],{"type":14,"tag":118,"props":557,"children":558},{"style":135},[559],{"type":20,"value":560},"                \"pk\"",{"type":14,"tag":118,"props":562,"children":563},{"style":125},[564],{"type":20,"value":232},{"type":14,"tag":118,"props":566,"children":567},{"style":235},[568],{"type":20,"value":569},"\"PubKey\"",{"type":14,"tag":118,"props":571,"children":572},{"style":125},[573],{"type":20,"value":291},{"type":14,"tag":118,"props":575,"children":577},{"class":120,"line":576},32,[578,582,586,590],{"type":14,"tag":118,"props":579,"children":580},{"style":135},[581],{"type":20,"value":451},{"type":14,"tag":118,"props":583,"children":584},{"style":125},[585],{"type":20,"value":232},{"type":14,"tag":118,"props":587,"children":588},{"style":235},[589],{"type":20,"value":309},{"type":14,"tag":118,"props":591,"children":592},{"style":125},[593],{"type":20,"value":291},{"type":14,"tag":118,"props":595,"children":597},{"class":120,"line":596},33,[598,602,606],{"type":14,"tag":118,"props":599,"children":600},{"style":135},[601],{"type":20,"value":472},{"type":14,"tag":118,"props":603,"children":604},{"style":125},[605],{"type":20,"value":232},{"type":14,"tag":118,"props":607,"children":608},{"style":235},[609],{"type":20,"value":481},{"type":14,"tag":118,"props":611,"children":613},{"class":120,"line":612},34,[614],{"type":14,"tag":118,"props":615,"children":616},{"style":125},[617],{"type":20,"value":247},{"type":14,"tag":118,"props":619,"children":621},{"class":120,"line":620},35,[622,627],{"type":14,"tag":118,"props":623,"children":624},{"style":135},[625],{"type":20,"value":626},"            \"set_min_approvers\"",{"type":14,"tag":118,"props":628,"children":629},{"style":125},[630],{"type":20,"value":143},{"type":14,"tag":118,"props":632,"children":634},{"class":120,"line":633},36,[635],{"type":14,"tag":118,"props":636,"children":637},{"style":125},[638],{"type":20,"value":218},{"type":14,"tag":118,"props":640,"children":642},{"class":120,"line":641},37,[643,647,651,655],{"type":14,"tag":118,"props":644,"children":645},{"style":135},[646],{"type":20,"value":227},{"type":14,"tag":118,"props":648,"children":649},{"style":125},[650],{"type":20,"value":232},{"type":14,"tag":118,"props":652,"children":653},{"style":235},[654],{"type":20,"value":397},{"type":14,"tag":118,"props":656,"children":657},{"style":125},[658],{"type":20,"value":291},{"type":14,"tag":118,"props":660,"children":662},{"class":120,"line":661},38,[663,668,672,676],{"type":14,"tag":118,"props":664,"children":665},{"style":135},[666],{"type":20,"value":667},"                \"newVal\"",{"type":14,"tag":118,"props":669,"children":670},{"style":125},[671],{"type":20,"value":232},{"type":14,"tag":118,"props":673,"children":674},{"style":235},[675],{"type":20,"value":309},{"type":14,"tag":118,"props":677,"children":678},{"style":125},[679],{"type":20,"value":291},{"type":14,"tag":118,"props":681,"children":683},{"class":120,"line":682},39,[684,688,692,696],{"type":14,"tag":118,"props":685,"children":686},{"style":135},[687],{"type":20,"value":451},{"type":14,"tag":118,"props":689,"children":690},{"style":125},[691],{"type":20,"value":232},{"type":14,"tag":118,"props":693,"children":694},{"style":235},[695],{"type":20,"value":309},{"type":14,"tag":118,"props":697,"children":698},{"style":125},[699],{"type":20,"value":291},{"type":14,"tag":118,"props":701,"children":703},{"class":120,"line":702},40,[704,708,712],{"type":14,"tag":118,"props":705,"children":706},{"style":135},[707],{"type":20,"value":472},{"type":14,"tag":118,"props":709,"children":710},{"style":125},[711],{"type":20,"value":232},{"type":14,"tag":118,"props":713,"children":714},{"style":235},[715],{"type":20,"value":481},{"type":14,"tag":118,"props":717,"children":719},{"class":120,"line":718},41,[720],{"type":14,"tag":118,"props":721,"children":722},{"style":125},[723],{"type":20,"value":247},{"type":14,"tag":118,"props":725,"children":727},{"class":120,"line":726},42,[728,733],{"type":14,"tag":118,"props":729,"children":730},{"style":135},[731],{"type":20,"value":732},"            \"explicit_upgrade\"",{"type":14,"tag":118,"props":734,"children":735},{"style":125},[736],{"type":20,"value":143},{"type":14,"tag":118,"props":738,"children":740},{"class":120,"line":739},43,[741],{"type":14,"tag":118,"props":742,"children":743},{"style":125},[744],{"type":20,"value":218},{"type":14,"tag":118,"props":746,"children":748},{"class":120,"line":747},44,[749,753,757],{"type":14,"tag":118,"props":750,"children":751},{"style":135},[752],{"type":20,"value":227},{"type":14,"tag":118,"props":754,"children":755},{"style":125},[756],{"type":20,"value":232},{"type":14,"tag":118,"props":758,"children":759},{"style":235},[760],{"type":20,"value":238},{"type":14,"tag":118,"props":762,"children":764},{"class":120,"line":763},45,[765],{"type":14,"tag":118,"props":766,"children":767},{"style":125},[768],{"type":20,"value":247},{"type":14,"tag":118,"props":770,"children":772},{"class":120,"line":771},46,[773,778],{"type":14,"tag":118,"props":774,"children":775},{"style":135},[776],{"type":20,"value":777},"            \"pool_view\"",{"type":14,"tag":118,"props":779,"children":780},{"style":125},[781],{"type":20,"value":143},{"type":14,"tag":118,"props":783,"children":785},{"class":120,"line":784},47,[786],{"type":14,"tag":118,"props":787,"children":788},{"style":125},[789],{"type":20,"value":218},{"type":14,"tag":118,"props":791,"children":793},{"class":120,"line":792},48,[794,798,802,806],{"type":14,"tag":118,"props":795,"children":796},{"style":135},[797],{"type":20,"value":227},{"type":14,"tag":118,"props":799,"children":800},{"style":125},[801],{"type":20,"value":232},{"type":14,"tag":118,"props":803,"children":804},{"style":235},[805],{"type":20,"value":397},{"type":14,"tag":118,"props":807,"children":808},{"style":125},[809],{"type":20,"value":291},{"type":14,"tag":118,"props":811,"children":813},{"class":120,"line":812},49,[814,819,823,828],{"type":14,"tag":118,"props":815,"children":816},{"style":135},[817],{"type":20,"value":818},"                \"aid1\"",{"type":14,"tag":118,"props":820,"children":821},{"style":125},[822],{"type":20,"value":232},{"type":14,"tag":118,"props":824,"children":825},{"style":235},[826],{"type":20,"value":827},"\"AssetID\"",{"type":14,"tag":118,"props":829,"children":830},{"style":125},[831],{"type":20,"value":291},{"type":14,"tag":118,"props":833,"children":835},{"class":120,"line":834},50,[836,841,845,849],{"type":14,"tag":118,"props":837,"children":838},{"style":135},[839],{"type":20,"value":840},"                \"aid2\"",{"type":14,"tag":118,"props":842,"children":843},{"style":125},[844],{"type":20,"value":232},{"type":14,"tag":118,"props":846,"children":847},{"style":235},[848],{"type":20,"value":827},{"type":14,"tag":118,"props":850,"children":851},{"style":125},[852],{"type":20,"value":291},{"type":14,"tag":118,"props":854,"children":856},{"class":120,"line":855},51,[857,862,866],{"type":14,"tag":118,"props":858,"children":859},{"style":135},[860],{"type":20,"value":861},"                \"kind\"",{"type":14,"tag":118,"props":863,"children":864},{"style":125},[865],{"type":20,"value":232},{"type":14,"tag":118,"props":867,"children":868},{"style":235},[869],{"type":20,"value":481},{"type":14,"tag":118,"props":871,"children":873},{"class":120,"line":872},52,[874],{"type":14,"tag":118,"props":875,"children":876},{"style":125},[877],{"type":20,"value":247},{"type":14,"tag":118,"props":879,"children":881},{"class":120,"line":880},53,[882,887],{"type":14,"tag":118,"props":883,"children":884},{"style":135},[885],{"type":20,"value":886},"            \"pools_view\"",{"type":14,"tag":118,"props":888,"children":889},{"style":125},[890],{"type":20,"value":143},{"type":14,"tag":118,"props":892,"children":894},{"class":120,"line":893},54,[895],{"type":14,"tag":118,"props":896,"children":897},{"style":125},[898],{"type":20,"value":218},{"type":14,"tag":118,"props":900,"children":902},{"class":120,"line":901},55,[903,907,911],{"type":14,"tag":118,"props":904,"children":905},{"style":135},[906],{"type":20,"value":227},{"type":14,"tag":118,"props":908,"children":909},{"style":125},[910],{"type":20,"value":232},{"type":14,"tag":118,"props":912,"children":913},{"style":235},[914],{"type":20,"value":238},{"type":14,"tag":118,"props":916,"children":918},{"class":120,"line":917},56,[919],{"type":14,"tag":118,"props":920,"children":921},{"style":125},[922],{"type":20,"value":923},"            }\n",{"type":14,"tag":118,"props":925,"children":927},{"class":120,"line":926},57,[928],{"type":14,"tag":118,"props":929,"children":930},{"style":125},[931],{"type":20,"value":932},"        },\n",{"type":14,"tag":118,"props":934,"children":936},{"class":120,"line":935},58,[937,942],{"type":14,"tag":118,"props":938,"children":939},{"style":135},[940],{"type":20,"value":941},"        \"user\"",{"type":14,"tag":118,"props":943,"children":944},{"style":125},[945],{"type":20,"value":143},{"type":14,"tag":118,"props":947,"children":949},{"class":120,"line":948},59,[950],{"type":14,"tag":118,"props":951,"children":952},{"style":125},[953],{"type":20,"value":174},{"type":14,"tag":118,"props":955,"children":957},{"class":120,"line":956},60,[958,963],{"type":14,"tag":118,"props":959,"children":960},{"style":135},[961],{"type":20,"value":962},"            \"pool_create\"",{"type":14,"tag":118,"props":964,"children":965},{"style":125},[966],{"type":20,"value":143},{"type":14,"tag":118,"props":968,"children":970},{"class":120,"line":969},61,[971],{"type":14,"tag":118,"props":972,"children":973},{"style":125},[974],{"type":20,"value":218},{"type":14,"tag":118,"props":976,"children":978},{"class":120,"line":977},62,[979,983,987,991],{"type":14,"tag":118,"props":980,"children":981},{"style":135},[982],{"type":20,"value":227},{"type":14,"tag":118,"props":984,"children":985},{"style":125},[986],{"type":20,"value":232},{"type":14,"tag":118,"props":988,"children":989},{"style":235},[990],{"type":20,"value":397},{"type":14,"tag":118,"props":992,"children":993},{"style":125},[994],{"type":20,"value":291},{"type":14,"tag":118,"props":996,"children":998},{"class":120,"line":997},63,[999,1003,1007,1011],{"type":14,"tag":118,"props":1000,"children":1001},{"style":135},[1002],{"type":20,"value":818},{"type":14,"tag":118,"props":1004,"children":1005},{"style":125},[1006],{"type":20,"value":232},{"type":14,"tag":118,"props":1008,"children":1009},{"style":235},[1010],{"type":20,"value":827},{"type":14,"tag":118,"props":1012,"children":1013},{"style":125},[1014],{"type":20,"value":291},{"type":14,"tag":118,"props":1016,"children":1018},{"class":120,"line":1017},64,[1019,1023,1027,1031],{"type":14,"tag":118,"props":1020,"children":1021},{"style":135},[1022],{"type":20,"value":840},{"type":14,"tag":118,"props":1024,"children":1025},{"style":125},[1026],{"type":20,"value":232},{"type":14,"tag":118,"props":1028,"children":1029},{"style":235},[1030],{"type":20,"value":827},{"type":14,"tag":118,"props":1032,"children":1033},{"style":125},[1034],{"type":20,"value":291},{"type":14,"tag":118,"props":1036,"children":1038},{"class":120,"line":1037},65,[1039,1043,1047],{"type":14,"tag":118,"props":1040,"children":1041},{"style":135},[1042],{"type":20,"value":861},{"type":14,"tag":118,"props":1044,"children":1045},{"style":125},[1046],{"type":20,"value":232},{"type":14,"tag":118,"props":1048,"children":1049},{"style":235},[1050],{"type":20,"value":481},{"type":14,"tag":118,"props":1052,"children":1054},{"class":120,"line":1053},66,[1055],{"type":14,"tag":118,"props":1056,"children":1057},{"style":125},[1058],{"type":20,"value":247},{"type":14,"tag":118,"props":1060,"children":1062},{"class":120,"line":1061},67,[1063,1068],{"type":14,"tag":118,"props":1064,"children":1065},{"style":135},[1066],{"type":20,"value":1067},"            \"pool_destroy\"",{"type":14,"tag":118,"props":1069,"children":1070},{"style":125},[1071],{"type":20,"value":143},{"type":14,"tag":118,"props":1073,"children":1075},{"class":120,"line":1074},68,[1076],{"type":14,"tag":118,"props":1077,"children":1078},{"style":125},[1079],{"type":20,"value":218},{"type":14,"tag":118,"props":1081,"children":1083},{"class":120,"line":1082},69,[1084,1088,1092,1096],{"type":14,"tag":118,"props":1085,"children":1086},{"style":135},[1087],{"type":20,"value":227},{"type":14,"tag":118,"props":1089,"children":1090},{"style":125},[1091],{"type":20,"value":232},{"type":14,"tag":118,"props":1093,"children":1094},{"style":235},[1095],{"type":20,"value":397},{"type":14,"tag":118,"props":1097,"children":1098},{"style":125},[1099],{"type":20,"value":291},{"type":14,"tag":118,"props":1101,"children":1103},{"class":120,"line":1102},70,[1104,1108,1112,1116],{"type":14,"tag":118,"props":1105,"children":1106},{"style":135},[1107],{"type":20,"value":818},{"type":14,"tag":118,"props":1109,"children":1110},{"style":125},[1111],{"type":20,"value":232},{"type":14,"tag":118,"props":1113,"children":1114},{"style":235},[1115],{"type":20,"value":827},{"type":14,"tag":118,"props":1117,"children":1118},{"style":125},[1119],{"type":20,"value":291},{"type":14,"tag":118,"props":1121,"children":1123},{"class":120,"line":1122},71,[1124,1128,1132,1136],{"type":14,"tag":118,"props":1125,"children":1126},{"style":135},[1127],{"type":20,"value":840},{"type":14,"tag":118,"props":1129,"children":1130},{"style":125},[1131],{"type":20,"value":232},{"type":14,"tag":118,"props":1133,"children":1134},{"style":235},[1135],{"type":20,"value":827},{"type":14,"tag":118,"props":1137,"children":1138},{"style":125},[1139],{"type":20,"value":291},{"type":14,"tag":118,"props":1141,"children":1143},{"class":120,"line":1142},72,[1144,1148,1152],{"type":14,"tag":118,"props":1145,"children":1146},{"style":135},[1147],{"type":20,"value":861},{"type":14,"tag":118,"props":1149,"children":1150},{"style":125},[1151],{"type":20,"value":232},{"type":14,"tag":118,"props":1153,"children":1154},{"style":235},[1155],{"type":20,"value":481},{"type":14,"tag":118,"props":1157,"children":1159},{"class":120,"line":1158},73,[1160],{"type":14,"tag":118,"props":1161,"children":1162},{"style":125},[1163],{"type":20,"value":247},{"type":14,"tag":118,"props":1165,"children":1167},{"class":120,"line":1166},74,[1168,1173],{"type":14,"tag":118,"props":1169,"children":1170},{"style":135},[1171],{"type":20,"value":1172},"            \"add_liquidity\"",{"type":14,"tag":118,"props":1174,"children":1175},{"style":125},[1176],{"type":20,"value":143},{"type":14,"tag":118,"props":1178,"children":1180},{"class":120,"line":1179},75,[1181],{"type":14,"tag":118,"props":1182,"children":1183},{"style":125},[1184],{"type":20,"value":218},{"type":14,"tag":118,"props":1186,"children":1188},{"class":120,"line":1187},76,[1189,1193,1197,1201],{"type":14,"tag":118,"props":1190,"children":1191},{"style":135},[1192],{"type":20,"value":227},{"type":14,"tag":118,"props":1194,"children":1195},{"style":125},[1196],{"type":20,"value":232},{"type":14,"tag":118,"props":1198,"children":1199},{"style":235},[1200],{"type":20,"value":397},{"type":14,"tag":118,"props":1202,"children":1203},{"style":125},[1204],{"type":20,"value":291},{"type":14,"tag":118,"props":1206,"children":1208},{"class":120,"line":1207},77,[1209,1213,1217,1221],{"type":14,"tag":118,"props":1210,"children":1211},{"style":135},[1212],{"type":20,"value":818},{"type":14,"tag":118,"props":1214,"children":1215},{"style":125},[1216],{"type":20,"value":232},{"type":14,"tag":118,"props":1218,"children":1219},{"style":235},[1220],{"type":20,"value":827},{"type":14,"tag":118,"props":1222,"children":1223},{"style":125},[1224],{"type":20,"value":291},{"type":14,"tag":118,"props":1226,"children":1228},{"class":120,"line":1227},78,[1229,1233,1237,1241],{"type":14,"tag":118,"props":1230,"children":1231},{"style":135},[1232],{"type":20,"value":840},{"type":14,"tag":118,"props":1234,"children":1235},{"style":125},[1236],{"type":20,"value":232},{"type":14,"tag":118,"props":1238,"children":1239},{"style":235},[1240],{"type":20,"value":827},{"type":14,"tag":118,"props":1242,"children":1243},{"style":125},[1244],{"type":20,"value":291},{"type":14,"tag":118,"props":1246,"children":1248},{"class":120,"line":1247},79,[1249,1253,1257,1261],{"type":14,"tag":118,"props":1250,"children":1251},{"style":135},[1252],{"type":20,"value":861},{"type":14,"tag":118,"props":1254,"children":1255},{"style":125},[1256],{"type":20,"value":232},{"type":14,"tag":118,"props":1258,"children":1259},{"style":235},[1260],{"type":20,"value":309},{"type":14,"tag":118,"props":1262,"children":1263},{"style":125},[1264],{"type":20,"value":291},{"type":14,"tag":118,"props":1266,"children":1268},{"class":120,"line":1267},80,[1269,1274,1278,1283],{"type":14,"tag":118,"props":1270,"children":1271},{"style":135},[1272],{"type":20,"value":1273},"                \"val1\"",{"type":14,"tag":118,"props":1275,"children":1276},{"style":125},[1277],{"type":20,"value":232},{"type":14,"tag":118,"props":1279,"children":1280},{"style":235},[1281],{"type":20,"value":1282},"\"Amount\"",{"type":14,"tag":118,"props":1284,"children":1285},{"style":125},[1286],{"type":20,"value":291},{"type":14,"tag":118,"props":1288,"children":1290},{"class":120,"line":1289},81,[1291,1296,1300,1304],{"type":14,"tag":118,"props":1292,"children":1293},{"style":135},[1294],{"type":20,"value":1295},"                \"val2\"",{"type":14,"tag":118,"props":1297,"children":1298},{"style":125},[1299],{"type":20,"value":232},{"type":14,"tag":118,"props":1301,"children":1302},{"style":235},[1303],{"type":20,"value":1282},{"type":14,"tag":118,"props":1305,"children":1306},{"style":125},[1307],{"type":20,"value":291},{"type":14,"tag":118,"props":1309,"children":1311},{"class":120,"line":1310},82,[1312,1317,1321],{"type":14,"tag":118,"props":1313,"children":1314},{"style":135},[1315],{"type":20,"value":1316},"                \"bPredictOnly\"",{"type":14,"tag":118,"props":1318,"children":1319},{"style":125},[1320],{"type":20,"value":232},{"type":14,"tag":118,"props":1322,"children":1323},{"style":235},[1324],{"type":20,"value":481},{"type":14,"tag":118,"props":1326,"children":1328},{"class":120,"line":1327},83,[1329],{"type":14,"tag":118,"props":1330,"children":1331},{"style":125},[1332],{"type":20,"value":247},{"type":14,"tag":118,"props":1334,"children":1336},{"class":120,"line":1335},84,[1337,1342],{"type":14,"tag":118,"props":1338,"children":1339},{"style":135},[1340],{"type":20,"value":1341},"            \"withdraw\"",{"type":14,"tag":118,"props":1343,"children":1344},{"style":125},[1345],{"type":20,"value":143},{"type":14,"tag":118,"props":1347,"children":1349},{"class":120,"line":1348},85,[1350],{"type":14,"tag":118,"props":1351,"children":1352},{"style":125},[1353],{"type":20,"value":218},{"type":14,"tag":118,"props":1355,"children":1357},{"class":120,"line":1356},86,[1358,1362,1366,1370],{"type":14,"tag":118,"props":1359,"children":1360},{"style":135},[1361],{"type":20,"value":227},{"type":14,"tag":118,"props":1363,"children":1364},{"style":125},[1365],{"type":20,"value":232},{"type":14,"tag":118,"props":1367,"children":1368},{"style":235},[1369],{"type":20,"value":397},{"type":14,"tag":118,"props":1371,"children":1372},{"style":125},[1373],{"type":20,"value":291},{"type":14,"tag":118,"props":1375,"children":1377},{"class":120,"line":1376},87,[1378,1382,1386,1390],{"type":14,"tag":118,"props":1379,"children":1380},{"style":135},[1381],{"type":20,"value":818},{"type":14,"tag":118,"props":1383,"children":1384},{"style":125},[1385],{"type":20,"value":232},{"type":14,"tag":118,"props":1387,"children":1388},{"style":235},[1389],{"type":20,"value":827},{"type":14,"tag":118,"props":1391,"children":1392},{"style":125},[1393],{"type":20,"value":291},{"type":14,"tag":118,"props":1395,"children":1397},{"class":120,"line":1396},88,[1398,1402,1406,1410],{"type":14,"tag":118,"props":1399,"children":1400},{"style":135},[1401],{"type":20,"value":840},{"type":14,"tag":118,"props":1403,"children":1404},{"style":125},[1405],{"type":20,"value":232},{"type":14,"tag":118,"props":1407,"children":1408},{"style":235},[1409],{"type":20,"value":827},{"type":14,"tag":118,"props":1411,"children":1412},{"style":125},[1413],{"type":20,"value":291},{"type":14,"tag":118,"props":1415,"children":1417},{"class":120,"line":1416},89,[1418,1422,1426,1430],{"type":14,"tag":118,"props":1419,"children":1420},{"style":135},[1421],{"type":20,"value":861},{"type":14,"tag":118,"props":1423,"children":1424},{"style":125},[1425],{"type":20,"value":232},{"type":14,"tag":118,"props":1427,"children":1428},{"style":235},[1429],{"type":20,"value":309},{"type":14,"tag":118,"props":1431,"children":1432},{"style":125},[1433],{"type":20,"value":291},{"type":14,"tag":118,"props":1435,"children":1437},{"class":120,"line":1436},90,[1438,1443,1447,1451],{"type":14,"tag":118,"props":1439,"children":1440},{"style":135},[1441],{"type":20,"value":1442},"                \"ctl\"",{"type":14,"tag":118,"props":1444,"children":1445},{"style":125},[1446],{"type":20,"value":232},{"type":14,"tag":118,"props":1448,"children":1449},{"style":235},[1450],{"type":20,"value":1282},{"type":14,"tag":118,"props":1452,"children":1453},{"style":125},[1454],{"type":20,"value":291},{"type":14,"tag":118,"props":1456,"children":1458},{"class":120,"line":1457},91,[1459,1463,1467],{"type":14,"tag":118,"props":1460,"children":1461},{"style":135},[1462],{"type":20,"value":1316},{"type":14,"tag":118,"props":1464,"children":1465},{"style":125},[1466],{"type":20,"value":232},{"type":14,"tag":118,"props":1468,"children":1469},{"style":235},[1470],{"type":20,"value":481},{"type":14,"tag":118,"props":1472,"children":1474},{"class":120,"line":1473},92,[1475],{"type":14,"tag":118,"props":1476,"children":1477},{"style":125},[1478],{"type":20,"value":247},{"type":14,"tag":118,"props":1480,"children":1482},{"class":120,"line":1481},93,[1483,1488],{"type":14,"tag":118,"props":1484,"children":1485},{"style":135},[1486],{"type":20,"value":1487},"            \"trade\"",{"type":14,"tag":118,"props":1489,"children":1490},{"style":125},[1491],{"type":20,"value":143},{"type":14,"tag":118,"props":1493,"children":1495},{"class":120,"line":1494},94,[1496],{"type":14,"tag":118,"props":1497,"children":1498},{"style":125},[1499],{"type":20,"value":218},{"type":14,"tag":118,"props":1501,"children":1503},{"class":120,"line":1502},95,[1504,1508,1512,1516],{"type":14,"tag":118,"props":1505,"children":1506},{"style":135},[1507],{"type":20,"value":227},{"type":14,"tag":118,"props":1509,"children":1510},{"style":125},[1511],{"type":20,"value":232},{"type":14,"tag":118,"props":1513,"children":1514},{"style":235},[1515],{"type":20,"value":397},{"type":14,"tag":118,"props":1517,"children":1518},{"style":125},[1519],{"type":20,"value":291},{"type":14,"tag":118,"props":1521,"children":1523},{"class":120,"line":1522},96,[1524,1528,1532,1536],{"type":14,"tag":118,"props":1525,"children":1526},{"style":135},[1527],{"type":20,"value":818},{"type":14,"tag":118,"props":1529,"children":1530},{"style":125},[1531],{"type":20,"value":232},{"type":14,"tag":118,"props":1533,"children":1534},{"style":235},[1535],{"type":20,"value":827},{"type":14,"tag":118,"props":1537,"children":1538},{"style":125},[1539],{"type":20,"value":291},{"type":14,"tag":118,"props":1541,"children":1543},{"class":120,"line":1542},97,[1544,1548,1552,1556],{"type":14,"tag":118,"props":1545,"children":1546},{"style":135},[1547],{"type":20,"value":840},{"type":14,"tag":118,"props":1549,"children":1550},{"style":125},[1551],{"type":20,"value":232},{"type":14,"tag":118,"props":1553,"children":1554},{"style":235},[1555],{"type":20,"value":827},{"type":14,"tag":118,"props":1557,"children":1558},{"style":125},[1559],{"type":20,"value":291},{"type":14,"tag":118,"props":1561,"children":1563},{"class":120,"line":1562},98,[1564,1568,1572,1576],{"type":14,"tag":118,"props":1565,"children":1566},{"style":135},[1567],{"type":20,"value":861},{"type":14,"tag":118,"props":1569,"children":1570},{"style":125},[1571],{"type":20,"value":232},{"type":14,"tag":118,"props":1573,"children":1574},{"style":235},[1575],{"type":20,"value":309},{"type":14,"tag":118,"props":1577,"children":1578},{"style":125},[1579],{"type":20,"value":291},{"type":14,"tag":118,"props":1581,"children":1583},{"class":120,"line":1582},99,[1584,1589,1593,1597],{"type":14,"tag":118,"props":1585,"children":1586},{"style":135},[1587],{"type":20,"value":1588},"                \"val1_buy\"",{"type":14,"tag":118,"props":1590,"children":1591},{"style":125},[1592],{"type":20,"value":232},{"type":14,"tag":118,"props":1594,"children":1595},{"style":235},[1596],{"type":20,"value":1282},{"type":14,"tag":118,"props":1598,"children":1599},{"style":125},[1600],{"type":20,"value":291},{"type":14,"tag":118,"props":1602,"children":1604},{"class":120,"line":1603},100,[1605,1609,1613],{"type":14,"tag":118,"props":1606,"children":1607},{"style":135},[1608],{"type":20,"value":1316},{"type":14,"tag":118,"props":1610,"children":1611},{"style":125},[1612],{"type":20,"value":232},{"type":14,"tag":118,"props":1614,"children":1615},{"style":235},[1616],{"type":20,"value":481},{"type":14,"tag":118,"props":1618,"children":1620},{"class":120,"line":1619},101,[1621],{"type":14,"tag":118,"props":1622,"children":1623},{"style":125},[1624],{"type":20,"value":923},{"type":14,"tag":118,"props":1626,"children":1628},{"class":120,"line":1627},102,[1629],{"type":14,"tag":118,"props":1630,"children":1631},{"style":125},[1632],{"type":20,"value":1633},"        }\n",{"type":14,"tag":118,"props":1635,"children":1637},{"class":120,"line":1636},103,[1638],{"type":14,"tag":118,"props":1639,"children":1640},{"style":125},[1641],{"type":20,"value":1642},"    }\n",{"type":14,"tag":118,"props":1644,"children":1646},{"class":120,"line":1645},104,[1647],{"type":14,"tag":118,"props":1648,"children":1649},{"style":125},[1650],{"type":20,"value":1651},"}\n",{"type":14,"tag":1653,"props":1654,"children":1655},"style",{},[1656],{"type":20,"value":1657},"html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":7,"searchDepth":131,"depth":131,"links":1659},[1660,1661],{"id":24,"depth":146,"text":27},{"id":54,"depth":146,"text":57},"markdown","docs:docs:dev:beam-dex.md","docs","docs/dev/beam-dex.md","md",1777630718743]