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 39bf22b commit 317787dCopy full SHA for 317787d
cardano-rpc/proto/utxorpc/v1alpha/cardano/cardano.proto
@@ -18,8 +18,8 @@ message AddressArray {
18
19
message Datum {
20
bytes hash = 1; // Hash of this datum as seen on-chain
21
- PlutusData payload = 2; // Parsed Plutus data payload
22
- bytes original_cbor = 3; // Original cbor-encoded data as seen on-chain
+ optional PlutusData payload = 2; // Parsed Plutus data payload
+ optional bytes original_cbor = 3; // Original cbor-encoded data as seen on-chain
23
}
24
25
// Represents a custom asset in the Cardano blockchain.
0 commit comments