We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e610c0d commit 48cab0dCopy full SHA for 48cab0d
crates/iota-sdk-transaction-builder/src/error.rs
@@ -43,8 +43,6 @@ pub enum Error {
43
MissingPureValue,
44
#[error("Missing gas station data")]
45
MissingGasStationData,
46
- #[error("Missing move authenticator data")]
47
- MissingMoveAuthData,
48
#[error("Unknown shared object mutability for object {0}")]
49
SharedObjectMutability(ObjectId),
50
#[error("Unsupported literal")]
0 commit comments