Module sidekick

tl;dr

  1. detect the wallet
  2. connect to the wallet
  3. Get the wallet's address

From there you can do one of two things

  1. Have the wallet sign transactions (tx_sign_noprop)
  2. Have the wallet sign arbitrary messages (msg_sign)

Forming the transactions and propagating them into the network is your problem.

You need a Logger for most calls. Probably you want cl. You can write your own if you want but why would you complicate your life like that.

Index

Functions

Type Aliases

Variables

Interfaces

Classes

Generated using TypeDoc