|
@@ -235,6 +235,9 @@ pub enum Error {
|
|
|
|
|
|
|
|
#[error("Merkle tree already exists in wallet")]
|
|
#[error("Merkle tree already exists in wallet")]
|
|
|
WalletTreeExists,
|
|
WalletTreeExists,
|
|
|
|
|
+
|
|
|
|
|
+ #[error("Wallet insufficient balance")]
|
|
|
|
|
+ WalletInsufficientBalance,
|
|
|
|
|
|
|
|
// ===================
|
|
// ===================
|
|
|
// wasm runtime errors
|
|
// wasm runtime errors
|