Summary
get_contract_metadata is implemented in the contract and returns ContractMetadata (name, version, description), but the TypeScript SDK TrustLinkClient does not expose it. Integrators who want to display contract info in their UI must use the lower-level bindings.
Acceptance Criteria
Summary
get_contract_metadatais implemented in the contract and returnsContractMetadata(name, version, description), but the TypeScript SDKTrustLinkClientdoes not expose it. Integrators who want to display contract info in their UI must use the lower-level bindings.Acceptance Criteria
TrustLinkClient.getContractMetadata()is implemented.sdk/typescript/README.md.