UNPKG

as-soroban-sdk

Version:

AssemblyScript SDK for writing contracts for Soroban.

53 lines 1.12 kB
{ "functions": [ { "name" : "testI32", "arguments": [], "returns" : "bool" }, { "name" : "testU32", "arguments": [], "returns" : "bool" }, { "name" : "testStatic", "arguments": [], "returns" : "bool" }, { "name" : "testSmall", "arguments": [], "returns" : "bool" }, { "name" : "testSSym", "arguments": [], "returns" : "symbol" }, { "name" : "testObject", "arguments": [], "returns" : "bool" }, { "name" : "testErrors", "arguments": [], "returns" : "bool" } ], "meta": [ { "key" : "name", "value" : "val-test" }, { "key" : "version", "value" : "1.2.0" }, { "key" : "description", "value" : "value conversions test" } ] }