Skip to main content
Version: 2.0

Interface: ContractSourceMetadata

Information returned from getContractSourceMetadata about the deployed Keypom contract. This is part of NEP-330 and can allow you to view exactly what code is deployed to the contract.

Properties

link: string

Link to the specific commit and code on GitHub that is deployed to the Keypom account

Defined in

lib/types/general.ts:102


version

version: string

Versioning used by the Keypom developers to indicate which version of the contract is deployed.

Defined in

lib/types/general.ts:100