@@ -512,9 +512,9 @@ type DoubleBaking struct {
512512 Block string `json:"block"`
513513 Hash string `json:"hash"`
514514 AccusedLevel uint64 `json:"accusedLevel"`
515- Accuser * Account `json:"accuser"`
515+ Accuser * Address `json:"accuser"`
516516 AccuserReward int64 `json:"accuserReward"`
517- Offender * Account `json:"offender"`
517+ Offender * Address `json:"offender"`
518518 OffenderLoss int64 `json:"offenderLoss"`
519519 Quote * Quote `json:"quote,omitempty"`
520520 AccuserRewards int64 `json:"accuserRewards,omitempty"`
@@ -532,9 +532,9 @@ type DoubleEndorsing struct {
532532 Block string `json:"block"`
533533 Hash string `json:"hash"`
534534 AccusedLevel uint64 `json:"accusedLevel"`
535- Accuser * Account `json:"accuser"`
535+ Accuser * Address `json:"accuser"`
536536 AccuserReward int64 `json:"accuserReward"`
537- Offender * Account `json:"offender"`
537+ Offender * Address `json:"offender"`
538538 OffenderLoss int64 `json:"offenderLoss"`
539539 Quote * Quote `json:"quote,omitempty"`
540540 AccuserRewards int64 `json:"accuserRewards,omitempty"`
@@ -567,15 +567,15 @@ type Baking struct {
567567 Level uint64 `json:"level"`
568568 Timestamp time.Time `json:"timestamp"`
569569 Block string `json:"block"`
570- Proposer * Account `json:"proposer"`
571- Producer * Account `json:"producer"`
570+ Proposer * Address `json:"proposer"`
571+ Producer * Address `json:"producer"`
572572 PayloadRound int `json:"payloadRound"`
573573 BlockRound int `json:"blockRound"`
574574 Deposit int64 `json:"deposit"`
575575 Reward int64 `json:"reward"`
576576 Bonus int64 `json:"bonus"`
577577 Fees int64 `json:"fees"`
578- Baker Account `json:"baker"`
578+ Baker Address `json:"baker"`
579579 Priority int `json:"priority"`
580580 Quote * Quote `json:"quote,omitempty"`
581581}
@@ -587,7 +587,7 @@ type EndorsingReward struct {
587587 Level uint64 `json:"level"`
588588 Timestamp time.Time `json:"timestamp"`
589589 Block string `json:"block"`
590- Baker * Account `json:"baker"`
590+ Baker * Address `json:"baker"`
591591 Expected int64 `json:"expected"`
592592 Received int64 `json:"received"`
593593 Quote * Quote `json:"quote,omitempty"`
@@ -600,7 +600,7 @@ type RevelationPenalty struct {
600600 Level uint64 `json:"level"`
601601 Timestamp time.Time `json:"timestamp"`
602602 Block string `json:"block"`
603- Baker * Account `json:"baker"`
603+ Baker * Address `json:"baker"`
604604 MissedLevel int64 `json:"missedLevel"`
605605 Loss int64 `json:"loss"`
606606 Quote * Quote `json:"quote,omitempty"`
@@ -615,9 +615,9 @@ type DoublePreendorsing struct {
615615 Block string `json:"block"`
616616 Hash string `json:"hash"`
617617 AccusedLevel uint64 `json:"accusedLevel"`
618- Accuser * Account `json:"accuser"`
618+ Accuser * Address `json:"accuser"`
619619 AccuserReward int64 `json:"accuserReward"`
620- Offender * Account `json:"offender"`
620+ Offender * Address `json:"offender"`
621621 OffenderLoss int64 `json:"offenderLoss"`
622622 Quote * Quote `json:"quote,omitempty"`
623623 AccuserRewards int64 `json:"accuserRewards,omitempty"`
@@ -634,7 +634,7 @@ type VdfRevelation struct {
634634 Timestamp time.Time `json:"timestamp"`
635635 Block string `json:"block"`
636636 Hash string `json:"hash"`
637- Baker * Account `json:"baker"`
637+ Baker * Address `json:"baker"`
638638 Cycle uint64 `json:"cycle"`
639639 Solution string `json:"solution"`
640640 Proof string `json:"proof"`
@@ -650,7 +650,7 @@ type IncreasePaidStorage struct {
650650 Timestamp time.Time `json:"timestamp"`
651651 Block string `json:"block"`
652652 Hash string `json:"hash"`
653- Sender Account `json:"sender"`
653+ Sender Address `json:"sender"`
654654 Counter uint64 `json:"counter"`
655655 GasLimit uint64 `json:"gasLimit"`
656656 GasUsed uint64 `json:"gasUsed"`
@@ -659,7 +659,7 @@ type IncreasePaidStorage struct {
659659 BakerFee uint64 `json:"bakerFee"`
660660 StorageFee uint64 `json:"storageFee"`
661661 Status string `json:"status"`
662- Contract Account `json:"contract"`
662+ Contract Address `json:"contract"`
663663 Amount decimal.Decimal `json:"amount"`
664664}
665665
@@ -671,7 +671,7 @@ type UpdateConsensusKey struct {
671671 Timestamp time.Time `json:"timestamp"`
672672 Block string `json:"block"`
673673 Hash string `json:"hash"`
674- Sender Account `json:"sender"`
674+ Sender Address `json:"sender"`
675675 Counter uint64 `json:"counter"`
676676 GasLimit uint64 `json:"gasLimit"`
677677 GasUsed uint64 `json:"gasUsed"`
@@ -693,8 +693,8 @@ type DrainDelegate struct {
693693 Timestamp time.Time `json:"timestamp"`
694694 Block string `json:"block"`
695695 Hash string `json:"hash"`
696- Delegate Account `json:"delegate"`
697- Target Account `json:"target"`
696+ Delegate Address `json:"delegate"`
697+ Target Address `json:"target"`
698698 Amount uint64 `json:"amount"`
699699 Fee uint64 `json:"fee"`
700700 Quote * Quote `json:"quote,omitempty"`
@@ -763,7 +763,9 @@ type SmartRollupExecute struct {
763763 GasLimit uint64 `json:"gasLimit"`
764764 GasUsed uint64 `json:"gasUsed"`
765765 StorageLimit uint64 `json:"storageLimit"`
766+ StorageUsed uint64 `json:"storageUsed"`
766767 BakerFee uint64 `json:"bakerFee"`
768+ StorageFee uint64 `json:"storageFee"`
767769 Status string `json:"status"`
768770 Rollup * Address `json:"rollup,omitempty"`
769771 Commitment * SrCommitmentInfo `json:"commitment,omitempty"`
@@ -783,7 +785,9 @@ type SmartRollupOriginate struct {
783785 GasLimit uint64 `json:"gasLimit"`
784786 GasUsed uint64 `json:"gasUsed"`
785787 StorageLimit uint64 `json:"storageLimit"`
788+ StorageUsed uint64 `json:"storageUsed"`
786789 BakerFee uint64 `json:"bakerFee"`
790+ StorageFee uint64 `json:"storageFee"`
787791 Status string `json:"status"`
788792 Rollup * Address `json:"rollup,omitempty"`
789793 ParameterType stdJSON.RawMessage `json:"parameterType,omitempty"`
0 commit comments