actyx_sdk 0.3.0

Tools for interacting with the services of an Actyx node
Documentation
1
2
3
4
5
use serde::Deserialize;
#[derive(Deserialize, Debug)]
pub struct AuthenticationResponse {
    pub token: String,
}