KeypairLike: {
    publicKey: web3.PublicKey;
    secretKey: Uint8Array;
}

Represents a Keypair-like object.

Type declaration

  • publicKey: web3.PublicKey
  • secretKey: Uint8Array

Generated using TypeDoc