Avalanche SDK Client
    Preparing search index...

    Type Alias SignXPMessageParameters

    The parameters for the signXPMessage method

    type SignXPMessageParameters = {
        account?: AvalancheAccount | Address;
        accountIndex?: number;
        message: string;
    }
    Index

    Properties

    account?: AvalancheAccount | Address

    Optional, the account to use for the message. AvalancheAccount, Address

    accountIndex?: number

    Optional, the account index to use for the message from custom transport (eg: core extension). number

    message: string

    The message to sign. string