Skip to main content

Crate aelf_client

Crate aelf_client 

Source
Expand description

Async HTTP client, DTOs and transaction builder primitives for AElf.

Re-exports§

pub use crate::error::AElfError;

Modules§

config
dto
error
provider

Structs§

AElfClient
Async HTTP client used by the facade crate and lower-level integrations.
BlockService
ChainService
ClientUtilsService
KeyPairInfo
Basic key material derived from a wallet.
NetService
TransactionBuilder
Builder for unsigned or signed AElf protobuf transactions.
TransactionService