🚧API Reference
!This page is under maintenance
Enable connection
window.vectis.cosmos.enable(chainIds: string | string[]): Promise<void>;Get account information
window.vectis.cosmos.getKey(chainId: string): Promise<Key>interface Key {
algo: Algo;
name: string;
pubKey: Uint8Array // Vectis accounts use controller pub key
address: string;
isNanoLedger: boolean;
isVectisAccount: boolean;
}Sign Amino
Sign Direct
Get Signer
Get Accounts
Amino Signer
Direct Signer
Amino & Direct Signer
Auto Signer
SignArbitrary
VerifyArbitrary
Get supported chains
Add custom chains
https://github.com/nymlab/vectis-extension-client/blob/develop/lib/src/types/vectis.ts#L41-L90
Last updated