Interface SeiClientAccountData

The account data used by the ClientEnv with a wallet.

interface SeiClientAccountData {
    evmAddress: string;
    pubkey?: Uint8Array;
    seiAddress: string;
}

Properties

evmAddress: string

The user's 0x... address.

pubkey?: Uint8Array

The user's public key used to derive both addresses. May be undefined if this is a read-only account.

seiAddress: string

The user's sei1... address.