Enum bsv_wasm::errors::BSVErrors [−][src]
pub enum BSVErrors {}Show variants
ECDSAError(Error), CurveError(Error), HexDecode(FromHexError), Base58Decode(Error), Io(Error), ParseInt(ParseIntError), RandomnessGeneration(Error), Json(Error), InvalidKeyIvLength(InvalidKeyIvLength), BlockModeError(BlockModeError), PublicKeyRecoveryError(String, Option<Error>), MessageVerification(String), GenerateScript(String), InvalidSeedHmacError(String), DerivationError(String), FromWIF(String), ToSighash(String), FromSighash(String), OutOfBounds(String), DeserialiseTransaction(String, Error), SerialiseTransaction(String, Error), DeserialiseScript(String), SerialiseScript(String, Option<Error>), DeserialiseTxIn(String, Error), SerialiseTxIn(String, Error), DeserialiseTxOut(String, Error), SerialiseTxOut(String, Error),
Variants
ECDSAError(Error)
CurveError(Error)
HexDecode(FromHexError)
Base58Decode(Error)
Io(Error)
ParseInt(ParseIntError)
RandomnessGeneration(Error)
Json(Error)
InvalidKeyIvLength(InvalidKeyIvLength)
BlockModeError(BlockModeError)
MessageVerification(String)
GenerateScript(String)
InvalidSeedHmacError(String)
DerivationError(String)
FromWIF(String)
ToSighash(String)
FromSighash(String)
OutOfBounds(String)
DeserialiseScript(String)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for BSVErrors
impl !UnwindSafe for BSVErrors