UNPKG

@kanalabs/aptos-smart-wallet

Version:

Typescript SDK to interact with the Aptos smart wallet

8 lines (7 loc) 425 B
export declare enum NetworkNames { AptosMainnet = "aptos-mainnet", AptosTestnet = "aptos-testnet" } export declare const SmartWalletAddress = "0xc73f67e94b80d8dada954fe6a6c77e8180e783b6650ef9cefc77c1931c63d9e9"; export declare const SmartWalletResource = "0xc73f67e94b80d8dada954fe6a6c77e8180e783b6650ef9cefc77c1931c63d9e9::SmartWallet::Wallet"; export declare const KanaApiEndpoint = "https://ag.kanalabs.io/utils";