Expand description
Transaction dependency provider errors
Variants§
Trait Implementations§
source§impl Debug for TransactionDependencyError
impl Debug for TransactionDependencyError
source§impl Display for TransactionDependencyError
impl Display for TransactionDependencyError
source§impl Error for TransactionDependencyError
impl Error for TransactionDependencyError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for TransactionDependencyError
impl From<Error> for TransactionDependencyError
source§impl From<TransactionDependencyError> for BalanceTxCapacityError
impl From<TransactionDependencyError> for BalanceTxCapacityError
source§fn from(source: TransactionDependencyError) -> Self
fn from(source: TransactionDependencyError) -> Self
Converts to this type from the input type.
source§impl From<TransactionDependencyError> for TransactionFeeError
impl From<TransactionDependencyError> for TransactionFeeError
source§fn from(source: TransactionDependencyError) -> Self
fn from(source: TransactionDependencyError) -> Self
Converts to this type from the input type.
source§impl From<TransactionDependencyError> for TxBuilderError
impl From<TransactionDependencyError> for TxBuilderError
source§fn from(source: TransactionDependencyError) -> Self
fn from(source: TransactionDependencyError) -> Self
Converts to this type from the input type.
source§impl From<TransactionDependencyError> for UnlockError
impl From<TransactionDependencyError> for UnlockError
source§fn from(source: TransactionDependencyError) -> Self
fn from(source: TransactionDependencyError) -> Self
Converts to this type from the input type.