port subxt-signer to no-std (such a pain)

This commit is contained in:
Tadeo hepperle
2024-02-02 14:39:03 +01:00
parent 930f2c4300
commit 14b21ab0df
13 changed files with 378 additions and 62 deletions
+2
View File
@@ -30,6 +30,8 @@ pub use config::{
PolkadotExtrinsicParams, SubstrateConfig, SubstrateExtrinsicParams,
};
pub use utils::{AccountId32, MultiAddress, MultiSignature, H160, H256, H512};
pub use signer::Signer;
pub use metadata::Metadata;