near-api-js - v7.0.4
    Preparing search index...

    Type Alias InvalidAccessKeyError

    InvalidAccessKeyError:
        | {
            AccessKeyNotFound: { account_id: AccountId; public_key: PublicKey };
        }
        | { ReceiverMismatch: { ak_receiver: string; tx_receiver: AccountId } }
        | { MethodNameMismatch: { method_name: string } }
        | "RequiresFullAccess"
        | {
            NotEnoughAllowance: {
                account_id: AccountId;
                allowance: NearToken;
                cost: NearToken;
                public_key: PublicKey;
            };
        }
        | "DepositWithFunctionCall"