Checks whether a NervosDAO transaction exceeds the 64-output limit. Returns true if the transaction is DAO-related and has more than 64 outputs. Short-circuits to false when outputs <= 64.
The transaction to check
CKB client for resolving the NervosDAO script and input cell info
true if the DAO output limit is exceeded
Checks whether a NervosDAO transaction exceeds the 64-output limit. Returns true if the transaction is DAO-related and has more than 64 outputs. Short-circuits to false when outputs <= 64.