Trait auth::interface::auth_grpc::authority[][src]

pub trait authority {
    fn auth(&self, o: RequestOptions, p: Transation) -> SingleResponse<State>;
}

Required Methods

Implementors