codama-nodes 0.10.0

Node specifications and helpers for the Codama standard
Documentation
1
2
3
4
5
6
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub enum IsSigner {
    True,
    False,
    Either,
}