Variable InteractionRequiredAuthErrorMessageConst

InteractionRequiredAuthErrorMessage: {
    native_account_unavailable: {
        code: string;
        desc: string;
    };
    noTokensFoundError: {
        code: string;
        desc: string;
    };
}

Interaction required errors defined by the SDK

Type declaration

  • native_account_unavailable: {
        code: string;
        desc: string;
    }
    • code: string
    • desc: string
  • noTokensFoundError: {
        code: string;
        desc: string;
    }
    • code: string
    • desc: string

Deprecated

Use InteractionRequiredAuthErrorCodes instead

Generated using TypeDoc