Crate unc_abi

Crate unc_abi 

Source

Structs§

AbiBody
Core ABI information.
AbiBorshParameter
Information about a single named Borsh function parameter.
AbiFunction
ABI of a single function.
AbiJsonParameter
Information about a single named JSON function parameter.
AbiMetadata
AbiRoot
Contract ABI.
BuildInfo

Enums§

AbiFunctionKind
Function kind regulates whether this function’s invocation requires a transaction (so-called call functions) or not (view functions).
AbiFunctionModifier
Function can have multiple modifiers that can change its semantics.
AbiParameters
A list of function parameters sharing the same serialization type.
AbiType
Information about a single type (e.g. return type).

Constants§

SCHEMA_VERSION
Current version of the ABI schema format.