salt-sdk
    Preparing search index...

    Type Alias InsufficientGasDetails

    Structured details about an insufficient gas error, useful for building user-facing error messages in consuming applications.

    type InsufficientGasDetails = {
        chainId: number;
        signerAddress: string;
    }
    Index

    Properties

    chainId: number

    The chain ID where funds are required

    signerAddress: string

    The address of the wallet that lacks funds