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 2e80832 commit 3b0187aCopy full SHA for 3b0187a
cardano-rpc/proto/utxorpc/v1alpha/cardano/cardano.proto
@@ -5,7 +5,7 @@ package utxorpc.v1alpha.cardano;
5
// Represents a transaction output in the Cardano blockchain.
6
message TxOutput {
7
bytes address = 1; // Address receiving the output.
8
- uint64 coin = 2; // Amount of ADA in the output.
+ uint64 coin = 2 [jstype = JS_BIGINT]; // Amount of ADA in the output.
9
repeated MultiAsset assets = 3; // Additional native (non-ADA) assets in the output.
10
Datum datum = 4; // Plutus data associated with the output.
11
Script script = 5; // Script associated with the output.
0 commit comments