UNPKG

@aptos-labs/ts-sdk

Version:
9 lines (7 loc) 168 B
/** * The current version of the SDK * * hardcoded for now, we would want to have it injected dynamically */ declare const VERSION = "1.16.0"; export { VERSION };