File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,33 @@ func (b *ConwayTransactionBody) Donation() uint64 {
224
224
}
225
225
226
226
type ConwayProtocolParameters struct {
227
- babbage.BabbageProtocolParameters
227
+ cbor.StructAsArray
228
+ MinFeeA uint
229
+ MinFeeB uint
230
+ MaxBlockBodySize uint
231
+ MaxTxSize uint
232
+ MaxBlockHeaderSize uint
233
+ KeyDeposit uint
234
+ PoolDeposit uint
235
+ MaxEpoch uint
236
+ NOpt uint
237
+ A0 * cbor.Rat
238
+ Rho * cbor.Rat
239
+ Tau * cbor.Rat
240
+ Protocol struct {
241
+ cbor.StructAsArray
242
+ Major uint
243
+ Minor uint
244
+ }
245
+ MinPoolCost uint
246
+ AdaPerUtxoByte uint
247
+ CostModels map [uint ][]int
248
+ ExecutionUnitPrices []* cbor.Rat // [priceMemory priceSteps]
249
+ MaxTxExecutionUnits []uint
250
+ MaxBlockExecutionUnits []uint
251
+ MaxValueSize uint
252
+ CollateralPercentage uint
253
+ MaxCollateralInputs uint
228
254
PoolVotingThresholds PoolVotingThresholds
229
255
DRepVotingThresholds DRepVotingThresholds
230
256
MinCommitteeSize uint
You can’t perform that action at this time.
0 commit comments