Skip to main content

Properties

isFinnie

To distinguish Finnie from other wallets.

await window.k2.isFinnie: Boolean

publicKey

Get the public key of the connected wallet. The returned value has PublicKey type.

await window.k2.publicKey: PublicKey

isConnected

Get isConnected state. If the current page is connected to Finnie, it returns true. Otherwise, it returns false.

await window.k2.isConnected: Boolean