Skip to main content

handle

Function handle 

Source
pub async fn handle(
    __arg0: State<Arc<AppState>>,
    __arg1: Json<AddressRequest>,
) -> impl IntoResponse
Expand description

POST /api/address — Analyze a blockchain address.

Supports address book shortcuts: pass @label as the address to resolve it from the address book. The chain will also be set from the book entry unless explicitly overridden.