mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-26 00:05:57 +01:00
rename token
This commit is contained in:
@@ -23,4 +23,12 @@ pub enum Error {
|
||||
/// Insufficaint Funds
|
||||
#[error("Not enough funds")]
|
||||
InsufficantFunds,
|
||||
#[error("Custom error: {0}")]
|
||||
CustomError(String),
|
||||
/// From hex error
|
||||
#[error("From Hex Error: {0}")]
|
||||
HexError(#[from] hex::FromHexError),
|
||||
/// From elliptic curve
|
||||
#[error("From Elliptic: {0}")]
|
||||
EllipticError(#[from] k256::elliptic_curve::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user