NoRoutesFound: {
    type: NO_ROUTES_FOUND;
    message: string;
}

Represents a routing outcome where no funding routes were found.

Type declaration

  • type: NO_ROUTES_FOUND

    Indicates that no funding routes were found for the transaction.

  • message: string

    The message indicating why no funding routes were found.

Generated using TypeDoc