Skip to main content

AccountRequest

Type Alias AccountRequest 

Source
pub type AccountRequest<M, V> = Request<M, V>;
Expand description

A type alias with Request<_, Account> specific functions.

Aliased Typeยง

pub struct AccountRequest<M, V> { /* private fields */ }