Type alias AccountSignature

Account signature scheme

The account signature scheme allows you to have two types of accounts:

  1. A single Ed25519 key account, one private key
  2. A k-of-n multi-Ed25519 key account, multiple private keys, such that k-of-n must sign a transaction.

Generated using TypeDoc