Avalanche SDK Client
    Preparing search index...

    Type Alias GetAccountPubKeyReturnType

    The public key of the account

    type GetAccountPubKeyReturnType = {
        evm: string;
        xp: string;
    }
    Index

    Properties

    Properties

    evm: string

    The public key of the account in EVM format.

    xp: string

    The public key of the account in XP format.