Skip to main content

builder_relayer_client_rust/
endpoints.rs

1pub const GET_NONCE: &str = "/nonce";
2pub const GET_RELAY_PAYLOAD: &str = "/relay-payload";
3pub const GET_TRANSACTION: &str = "/transaction";
4pub const GET_TRANSACTIONS: &str = "/transactions";
5pub const SUBMIT_TRANSACTION: &str = "/submit";
6pub const GET_DEPLOYED: &str = "/deployed";