logo
pub type DamlSandboxAuthResult<T> = Result<T, DamlSandboxAuthError>;
Expand description

Daml Sandbox Auth Result.