Skip to main content

Crate stacksdapp_parser

Crate stacksdapp_parser 

Source

Structs§

AbiArg
AbiFunction
AbiMap
AbiNft
AbiVariable
ContractAbi
ListDef
ResponseDef
StringLen
TupleEntry

Enums§

AbiType
FunctionAccess

Functions§

abi_type_to_ts
Map an AbiType into a TypeScript type string.
parse_abi
Parse a single ABI JSON string (for testing).
parse_abi_list
Parse a JSON array of ContractAbi (e.g. from export-abi.mjs stdout).
parse_project