how to fix this issue #2
-
error[E0599]: no method named error[E0308]: mismatched types |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
encoded_tx is a String, not an Option, so it doesn't have as_deref() |
Beta Was this translation helpful? Give feedback.
encoded_tx is a String, not an Option, so it doesn't have as_deref()