Expand description
Re-exports§
pub use crate::signer::DocSigner;
Modules§
Structs§
- Grpc
Client - gRPC client for the Celestia network
- Grpc
Client Builder - Builder for
GrpcClient - SignDoc
- SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT.
- TxConfig
- Configuration for the transaction.
- TxInfo
- A result of correctly submitted transaction.
Enums§
- Error
- Representation of all the errors that can occur when interacting with
GrpcClient. - Grpc
Client Builder Error - Representation of all the errors that can occur when building
GrpcClientusingGrpcClientBuilder
Traits§
- Into
Protobuf Any - Value convertion into protobuf’s Any
Type Aliases§
- Result
- Alias for a
Resultwith the error typecelestia_grpc::Error.