mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
3def96792a
- module(Modules.X) needs substrate_sdk_android's module() extension imported explicitly, not just the Module type. - accountIdIn is a MetaAccount member, not a top-level import. - submitExtrinsicAndAwaitExecution(...).requireOk() resolves to the Result<T>-preserving overload, so wrapping it in runCatching produced Result<Result<T>>; unwrap with getOrThrow() first so the T-returning overload applies.