Expand description
Convenient extensions to the subxt
library.
Modules
- Module introducing few types of connections to the chain.
Structs
- Used for signing extrinsic payload
Enums
- When submitting a transaction, wait for given status before proceeding.
Functions
- Converts a key pair object to
AccountId
. - Converts given seed phrase to a sr25519
KeyPair
object. - Converts given seed phrase to a sr25519
RawKeyPair
object.
Type Definitions
- An alias for an account id type.
- An alias for a block hash type.
- An alias for a hash type.
- An alias for a type of a key pair that signs chain transactions.
- An alias for a transaction hash type.