added checked operators to some DefaultFunction

This commit is contained in:
alessandrokonrad
2022-10-17 12:07:12 +02:00
committed by Lucas
parent cfc1f92646
commit 0856f6ccf2
2 changed files with 14 additions and 3 deletions

View File

@@ -46,4 +46,6 @@ pub enum Error {
UnexpectedEd25519SignatureLength(usize),
#[error("Failed to deserialise PlutusData:\n\n{0:#?}")]
DeserialisationError(Value),
#[error("Integer overflow")]
OverflowError,
}