We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19ea4c commit 0bd19e5Copy full SHA for 0bd19e5
rust/cardano-blockchain-types/src/metadata/cip36/key_registration.rs
@@ -47,14 +47,14 @@ pub(crate) struct Cip36KeyRegistration {
47
/// None if it is not set.
48
pub payment_addr: Option<ShelleyAddress>,
49
/// Nonce (nonce that has been slot corrected).
50
- /// Field 4 in the CIP-36 61284 Spec.
51
52
pub nonce: Option<u64>,
53
/// Registration Purpose (Always 0 for Catalyst).
54
/// Field 5 in the CIP-36 61284 Spec.
55
/// Default to 0.
56
pub purpose: u64,
57
/// Raw nonce (nonce that has not had slot correction applied).
+ /// Field 4 in the CIP-36 61284 Spec.
58
59
pub raw_nonce: Option<u64>,
60
/// Is payment address payable? (not a script)
0 commit comments