[]Type Definition ckb_types::core::CapacityResult

type CapacityResult<T> = Result<T, Error>;

Numeric operation result.