SolanaAccount: {
    addr: string;
    balance?: number;
    mnemonic?: string;
    pk: PublicKey;
    sk: Uint8Array;
}

Represents a Solana account.

Property

The account address.

Property

The secret key.

Property

The public key.

Property

The account balance (optional).

Property

The mnemonic associated with the account (optional).

Type declaration

  • addr: string
  • Optional balance?: number
  • Optional mnemonic?: string
  • pk: PublicKey
  • sk: Uint8Array

Generated using TypeDoc