Second pass over Address type and start impl in Subxt

This commit is contained in:
James Wilson
2025-09-26 15:20:22 +01:00
parent 9243ea739e
commit 331c54063f
13 changed files with 490 additions and 274 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ impl<T: Config> Extrinsics<T> {
// Try to decode the extrinsic.
let decoded_info = frame_decode::extrinsics::decode_extrinsic(
cursor,
metadata.deref(),
&metadata,
metadata.types(),
)
.map_err(|error| BlockError::ExtrinsicDecodeError {