Enum ckb_sdk::tx_builder::TransactionFeeError
source · pub enum TransactionFeeError {
TxDep(TransactionDependencyError),
HeaderDep(Error),
OutPoint(OutPointError),
UnexpectedDaoWithdrawInput,
CapacityError(CapacityError),
CapacityOverflow(u64),
}Variants§
TxDep(TransactionDependencyError)
HeaderDep(Error)
OutPoint(OutPointError)
UnexpectedDaoWithdrawInput
CapacityError(CapacityError)
CapacityOverflow(u64)
Trait Implementations§
source§impl Debug for TransactionFeeError
impl Debug for TransactionFeeError
source§impl Display for TransactionFeeError
impl Display for TransactionFeeError
source§impl Error for TransactionFeeError
impl Error for TransactionFeeError
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 TransactionFeeError
impl From<Error> for TransactionFeeError
source§impl From<Error> for TransactionFeeError
impl From<Error> for TransactionFeeError
source§impl From<OutPointError> for TransactionFeeError
impl From<OutPointError> for TransactionFeeError
source§fn from(source: OutPointError) -> Self
fn from(source: OutPointError) -> 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<TransactionFeeError> for BalanceTxCapacityError
impl From<TransactionFeeError> for BalanceTxCapacityError
source§fn from(source: TransactionFeeError) -> Self
fn from(source: TransactionFeeError) -> Self
Converts to this type from the input type.