We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e211cb commit 7df458eCopy full SHA for 7df458e
packages/core/src/CardanoNode/types/CardanoNodeErrors.ts
@@ -97,6 +97,8 @@ export enum TxSubmissionErrorCode {
97
UnauthorizedGovernanceAction = 3165,
98
ReferenceScriptsTooLarge = 3166,
99
UnknownVoters = 3167,
100
+ EmptyTreasuryWithdrawal = 3168,
101
+ UnexpectedMempoolError = 3997,
102
UnrecognizedCertificateType = 3998,
103
DeserialisationFailure = -32_602
104
}
0 commit comments