Expand description

§Clients for interacting with Starknet nodes and sequencers

// TODO: add starknet-providers documentation

Re-exports§

Modules§

Structs§

  • A parsed URL record.

Enums§

  • A convenient Box-able type that implements the Provider trait. This can be useful when you want to accept any built-in provider implementation from the library in your appliation, since the Provider trait itself cannot be Box-ed due to the use of associated type.

Traits§