Soroban Contract Info
Stores information parsed from a Soroban contract byte code, including Environment Meta, Contract Spec Entries, and Contract Meta Entries.
See also: https://developers.stellar.org/docs/tools/sdks/build-your-own
Properties
Environment interface protocol version from Environment Meta
Returns all event specifications from the contract spec entries.
Returns all function specifications from the contract spec entries.
Contract Meta Entries as key-value pairs. Contracts may store any metadata that can be used by applications and tooling off-network.
Contract Spec Entries. There is a SCSpecEntry for every function, struct, union, enum, error enum, and event exported by the contract.
Returns the list of supported SEP (Stellar Ecosystem Proposal) numbers from the contract metadata.
Returns all UDT enum specifications from the contract spec entries.
Returns all UDT error enum specifications from the contract spec entries.
Returns all UDT struct specifications from the contract spec entries.
Returns all UDT union specifications from the contract spec entries.