We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821a48f commit 3a5d153Copy full SHA for 3a5d153
src/rust/bitbox02-rust/src/shiftcrypto.bitbox02.rs
@@ -1019,6 +1019,8 @@ pub struct CardanoSignTransactionRequest {
1019
/// include ttl even if it is zero
1020
#[prost(bool, tag = "9")]
1021
pub allow_zero_ttl: bool,
1022
+ /// Tag arrays in the transaction serialization with the 258 tag.
1023
+ /// See <https://github.com/IntersectMBO/cardano-ledger/blob/6e2d37cc0f47bd02e89b4ce9f78b59c35c958e96/eras/conway/impl/cddl-files/extra.cddl#L5>
1024
#[prost(bool, tag = "10")]
1025
pub tag_cbor_sets: bool,
1026
}
0 commit comments