Versions in this module Expand all Collapse all v2 v2.1.2 Aug 19, 2024 Changes in this version + type ActivateAccount = proto_012_Psithaca.ActivateAccount + type ActivateAccountContentsAndResult struct + Metadata BalanceUpdates + func (*ActivateAccountContentsAndResult) OperationContentsAndResult() + func (op *ActivateAccountContentsAndResult) GetMetadata() any + func (self *ActivateAccountContentsAndResult) MarshalJSON() ([]byte, error) + type BLSSignaturePrefix [32]byte + func (*BLSSignaturePrefix) SignaturePrefixPayload() + type BalanceUpdate struct + Change int64 + Contents BalanceUpdateContents + Origin core.BalanceUpdateOrigin + func (b *BalanceUpdate) GetChange() int64 + func (b *BalanceUpdate) GetContents() core.BalanceUpdateContents + func (b *BalanceUpdate) GetOrigin() core.BalanceUpdateOrigin + type BalanceUpdateBakingBonuses = proto_012_Psithaca.BalanceUpdateBakingBonuses + type BalanceUpdateBakingRewards = proto_012_Psithaca.BalanceUpdateBakingRewards + type BalanceUpdateBlockFees = proto_012_Psithaca.BalanceUpdateBlockFees + type BalanceUpdateBootstrap = proto_012_Psithaca.BalanceUpdateBootstrap + type BalanceUpdateBurned = proto_012_Psithaca.BalanceUpdateBurned + type BalanceUpdateCommitments = proto_012_Psithaca.BalanceUpdateCommitments + type BalanceUpdateContents interface + type BalanceUpdateContract = proto_012_Psithaca.BalanceUpdateContract + type BalanceUpdateDeposits = proto_012_Psithaca.BalanceUpdateDeposits + type BalanceUpdateDoubleSigningEvidenceRewards = proto_012_Psithaca.BalanceUpdateDoubleSigningEvidenceRewards + type BalanceUpdateDoubleSigningPunishments = proto_012_Psithaca.BalanceUpdateDoubleSigningPunishments + type BalanceUpdateEndorsingRewards = proto_012_Psithaca.BalanceUpdateEndorsingRewards + type BalanceUpdateFrozenBonds struct + BondID BondID + Contract core.ContractID + func (*BalanceUpdateFrozenBonds) BalanceUpdateCategory() string + func (*BalanceUpdateFrozenBonds) BalanceUpdateKind() core.BalanceUpdateKind + func (self *BalanceUpdateFrozenBonds) MarshalJSON() ([]byte, error) + type BalanceUpdateInitialCommitments = proto_012_Psithaca.BalanceUpdateInitialCommitments + type BalanceUpdateInvoice = proto_012_Psithaca.BalanceUpdateInvoice + type BalanceUpdateLiquidityBakingSubsidies = proto_012_Psithaca.BalanceUpdateLiquidityBakingSubsidies + type BalanceUpdateLostEndorsingRewards = proto_012_Psithaca.BalanceUpdateLostEndorsingRewards + type BalanceUpdateMinted = proto_012_Psithaca.BalanceUpdateMinted + type BalanceUpdateNonceRevelationRewards = proto_012_Psithaca.BalanceUpdateNonceRevelationRewards + type BalanceUpdateSmartRollupRefutationPunishments struct + func (BalanceUpdateSmartRollupRefutationPunishments) BalanceUpdateCategory() string + func (BalanceUpdateSmartRollupRefutationPunishments) BalanceUpdateKind() core.BalanceUpdateKind + func (self *BalanceUpdateSmartRollupRefutationPunishments) MarshalJSON() ([]byte, error) + type BalanceUpdateSmartRollupRefutationRewards struct + func (BalanceUpdateSmartRollupRefutationRewards) BalanceUpdateCategory() string + func (BalanceUpdateSmartRollupRefutationRewards) BalanceUpdateKind() core.BalanceUpdateKind + func (self *BalanceUpdateSmartRollupRefutationRewards) MarshalJSON() ([]byte, error) + type BalanceUpdateStorageFees = proto_012_Psithaca.BalanceUpdateStorageFees + type BalanceUpdateTxRollupRejectionPunishments = proto_013_PtJakart.BalanceUpdateTxRollupRejectionPunishments + type BalanceUpdateTxRollupRejectionRewards = proto_013_PtJakart.BalanceUpdateTxRollupRejectionRewards + type BalanceUpdates struct + BalanceUpdates []*BalanceUpdate + func (b *BalanceUpdates) GetBalanceUpdates() []core.BalanceUpdate + type Ballot = proto_012_Psithaca.Ballot + type BlockHeader struct + Signature mv.AnySignature + func (header *BlockHeader) GetShellHeader() *core.ShellHeader + func (header *BlockHeader) GetSignature() (mv.Signature, error) + type BlockHeaderInfo struct + ChainID *mv.ChainID + Hash *mv.BlockHash + func (block *BlockHeaderInfo) GetChainID() *mv.ChainID + func (block *BlockHeaderInfo) GetHash() *mv.BlockHash + type BlockInfo struct + ChainID *mv.ChainID + Hash *mv.BlockHash + Header BlockHeader + Metadata mv.Option[BlockMetadata] + Operations []core.OperationsList[GroupContents] + func (block *BlockInfo) GetChainID() *mv.ChainID + func (block *BlockInfo) GetHash() *mv.BlockHash + func (block *BlockInfo) GetHeader() core.BlockHeader + func (block *BlockInfo) GetMetadata() mv.Option[core.BlockMetadata] + func (block *BlockInfo) GetOperations() [][]core.OperationsGroup + type BlockMetadata struct + func (m *BlockMetadata) GetBaker() mv.PublicKeyHash + func (m *BlockMetadata) GetBakerConsensusKey() mv.Option[mv.PublicKeyHash] + func (m *BlockMetadata) GetBalanceUpdates() (updates []core.BalanceUpdate) + func (m *BlockMetadata) GetConsumedGas() mv.Option[mv.BigUint] + func (m *BlockMetadata) GetConsumedMilligas() mv.Option[mv.BigUint] + func (m *BlockMetadata) GetDeactivated() []mv.PublicKeyHash + func (m *BlockMetadata) GetImplicitOperationsResults() []core.SuccessfulManagerOperationResult + func (m *BlockMetadata) GetLevelInfo() *core.LevelInfo + func (m *BlockMetadata) GetMetadataHeader() *core.BlockMetadataHeader + func (m *BlockMetadata) GetNonceHash() mv.Option[*mv.CycleNonceHash] + func (m *BlockMetadata) GetProposer() mv.PublicKeyHash + func (m *BlockMetadata) GetProposerConsensusKey() mv.Option[mv.PublicKeyHash] + func (m *BlockMetadata) GetVotingPeriodInfo() *core.VotingPeriodInfo + type BlockMetadataContents struct + Baker mv.PublicKeyHash + BakerConsensusKey mv.PublicKeyHash + BalanceUpdates []*BalanceUpdate + ConsumedMilligas mv.BigUint + DALAttestation mv.Option[mv.BigInt] + Deactivated []mv.PublicKeyHash + ImplicitOperationsResults []SuccessfulManagerOperationResult + LevelInfo core.LevelInfo + LiquidityBakingToggleEMA int32 + NonceHash mv.Option1[*mv.CycleNonceHash] + Proposer mv.PublicKeyHash + ProposerConsensusKey mv.PublicKeyHash + VotingPeriodInfo core.VotingPeriodInfo + type BondID interface + BondID func() + type Constants struct + BakingRewardBonusPerSlot mv.BigUint + BakingRewardFixedPortion mv.BigUint + BlocksPerCommitment int32 + BlocksPerCycle int32 + BlocksPerStakeSnapshot int32 + CacheLayoutSize uint8 + CacheSamplerStateCycles int8 + CacheScriptSize int32 + CacheStakeDistributionCycles int8 + ConsensusCommitteeSize int32 + ConsensusThreshold int32 + CostPerByte mv.BigUint + CyclesPerVotingPeriod int32 + DALParametric DALParametric + DelayIncrementPerRound int64 + DoubleBakingPunishment mv.BigUint + EndorsingRewardPerSlot mv.BigUint + FrozenDepositsPercentage int32 + HardGasLimitPerBlock mv.BigInt + HardGasLimitPerOperation mv.BigInt + HardStorageLimitPerOperation mv.BigInt + InitialSeed mv.Option[*mv.Bytes32] + LiquidityBakingSubsidy mv.BigUint + LiquidityBakingToggleEmaThreshold int32 + MaxAllowedGlobalConstantsDepth int32 + MaxAnonOpsPerBlock uint8 + MaxMichelineBytesLimit int32 + MaxMichelineNodeCount int32 + MaxOperationDataLength int32 + MaxOperationsTimeToLive int16 + MaxProposalsPerDelegate uint8 + MaxSlashingPeriod int32 + MichelsonMaximumTypeSize uint16 + MinProposalQuorum int32 + MinimalBlockDelay int64 + MinimalParticipationRatio core.Rat + MinimalStake mv.BigUint + NonceLength uint8 + NonceRevelationThreshold int32 + OriginationSize int32 + PreservedCycles uint8 + ProofOfWorkNonceSize uint8 + ProofOfWorkThreshold int64 + QuorumMax int32 + QuorumMin int32 + RatioOfFrozenDepositsSlashedPerDoubleEndorsement core.Rat + SeedNonceRevelationTip mv.BigUint + SmartRollupArithPvmEnable bool + SmartRollupChallengeWindowInBlocks int32 + SmartRollupCommitmentPeriodInBlocks int32 + SmartRollupEnable bool + SmartRollupMaxActiveOutboxLevels int32 + SmartRollupMaxLookaheadInBlocks int32 + SmartRollupMaxNumberOfCementedCommitments int32 + SmartRollupMaxNumberOfMessagesPerLevel mv.BigUint + SmartRollupMaxNumberOfParallelGames int32 + SmartRollupMaxOutboxMessagesPerLevel int32 + SmartRollupMaxWrappedProofBinarySize int32 + SmartRollupMessageSizeLimit int32 + SmartRollupNumberOfSectionsInDissection uint8 + SmartRollupOriginationSize int32 + SmartRollupStakeAmount mv.BigUint + SmartRollupTimeoutPeriodInBlocks int32 + TestnetDictator mv.Option[mv.PublicKeyHash] + TxRollupCommitmentBond mv.BigUint + TxRollupCostPerByteEmaFactor int32 + TxRollupEnable bool + TxRollupFinalityPeriod int32 + TxRollupHardSizeLimitPerInbox int32 + TxRollupHardSizeLimitPerMessage int32 + TxRollupMaxCommitmentsCount int32 + TxRollupMaxInboxesCount int32 + TxRollupMaxMessagesPerInbox int32 + TxRollupMaxTicketPayloadSize int32 + TxRollupMaxWithdrawalsPerBatch int32 + TxRollupOriginationSize int32 + TxRollupRejectionMaxProofSize int32 + TxRollupSunsetLevel int32 + TxRollupWithdrawPeriod int32 + VDFDifficulty int64 + ZkRollupEnable bool + ZkRollupMinPendingToProcess int32 + ZkRollupOriginationSize int32 + func (c *Constants) GetBakingRewardBonusPerSlot() mv.BigUint + func (c *Constants) GetBakingRewardFixedPortion() mv.BigUint + func (c *Constants) GetBlocksPerCommitment() int32 + func (c *Constants) GetBlocksPerCycle() int32 + func (c *Constants) GetBlocksPerStakeSnapshot() int32 + func (c *Constants) GetConsensusCommitteeSize() int32 + func (c *Constants) GetConsensusThreshold() int32 + func (c *Constants) GetCostPerByte() mv.BigUint + func (c *Constants) GetDelayIncrementPerRound() int64 + func (c *Constants) GetDoubleBakingPunishment() mv.BigUint + func (c *Constants) GetEndorsingRewardPerSlot() mv.BigUint + func (c *Constants) GetFrozenDepositsPercentage() int32 + func (c *Constants) GetHardGasLimitPerBlock() mv.BigInt + func (c *Constants) GetHardGasLimitPerOperation() mv.BigInt + func (c *Constants) GetHardStorageLimitPerOperation() mv.BigInt + func (c *Constants) GetLiquidityBakingSubsidy() mv.BigUint + func (c *Constants) GetMaxAllowedGlobalConstantsDepth() int32 + func (c *Constants) GetMaxAnonOpsPerBlock() uint8 + func (c *Constants) GetMaxMichelineBytesLimit() int32 + func (c *Constants) GetMaxMichelineNodeCount() int32 + func (c *Constants) GetMaxOperationDataLength() int32 + func (c *Constants) GetMaxOperationsTimeToLive() int16 + func (c *Constants) GetMaxProposalsPerDelegate() uint8 + func (c *Constants) GetMaxSlashingPeriod() int32 + func (c *Constants) GetMichelsonMaximumTypeSize() uint16 + func (c *Constants) GetMinProposalQuorum() int32 + func (c *Constants) GetMinimalBlockDelay() int64 + func (c *Constants) GetMinimalParticipationRatio() *core.Rat + func (c *Constants) GetNonceLength() uint8 + func (c *Constants) GetOriginationSize() int32 + func (c *Constants) GetPreservedCycles() uint8 + func (c *Constants) GetProofOfWorkNonceSize() uint8 + func (c *Constants) GetProofOfWorkThreshold() int64 + func (c *Constants) GetQuorumMax() int32 + func (c *Constants) GetQuorumMin() int32 + func (c *Constants) GetRatioOfFrozenDepositsSlashedPerDoubleEndorsement() *core.Rat + func (c *Constants) GetSeedNonceRevelationTip() mv.BigUint + type ConsumedGasResult = proto_014_PtKathma.ConsumedGasResult + type ConsumedGasResultContents = proto_014_PtKathma.ConsumedGasResultContents + type DALAttestation struct + Attestation mv.BigInt + Attestor mv.PublicKeyHash + Level int32 + func (*DALAttestation) OperationKind() string + func (self *DALAttestation) MarshalJSON() ([]byte, error) + type DALAttestationContentsAndResult struct + Metadata DALAttestationMetadata + func (*DALAttestationContentsAndResult) OperationContentsAndResult() + func (op *DALAttestationContentsAndResult) GetMetadata() any + func (self *DALAttestationContentsAndResult) MarshalJSON() ([]byte, error) + type DALAttestationMetadata struct + Delegate mv.PublicKeyHash + type DALPageID struct + PageIndex int16 + PublishedLevel int32 + SlotIndex uint8 + type DALParametric struct + AttestationLag int16 + AvailabilityThreshold int16 + FeatureEnable bool + NumberOfShards uint16 + NumberOfSlots int16 + PageSize uint16 + RedundancyFactor uint8 + SlotSize int32 + type DALPublishSlotHeader struct + SlotHeader SlotHeader + func (*DALPublishSlotHeader) OperationKind() string + func (self *DALPublishSlotHeader) MarshalJSON() ([]byte, error) + type DALPublishSlotHeaderContentsAndResult struct + Metadata ManagerMetadata[ConsumedGasResult] + func (*DALPublishSlotHeaderContentsAndResult) OperationContentsAndResult() + func (op *DALPublishSlotHeaderContentsAndResult) GetMetadata() any + func (self *DALPublishSlotHeaderContentsAndResult) MarshalJSON() ([]byte, error) + type DelegateInfo = proto_015_PtLimaPt.DelegateInfo + type Delegation = proto_012_Psithaca.Delegation + type DelegationContentsAndResult struct + Metadata ManagerMetadata[ConsumedGasResult] + func (*DelegationContentsAndResult) OperationContentsAndResult() + func (op *DelegationContentsAndResult) GetMetadata() any + func (self *DelegationContentsAndResult) MarshalJSON() ([]byte, error) + type DelegationInternalOperationResult = proto_014_PtKathma.DelegationInternalOperationResult + type DelegationSuccessfulManagerResult = proto_014_PtKathma.DelegationSuccessfulManagerResult + type DoubleBakingEvidence struct + Block1 BlockHeader + Block2 BlockHeader + func (*DoubleBakingEvidence) OperationKind() string + func (self *DoubleBakingEvidence) MarshalJSON() ([]byte, error) + type DoubleBakingEvidenceContentsAndResult struct + Metadata BalanceUpdates + func (*DoubleBakingEvidenceContentsAndResult) OperationContentsAndResult() + func (op *DoubleBakingEvidenceContentsAndResult) GetMetadata() any + func (self *DoubleBakingEvidenceContentsAndResult) MarshalJSON() ([]byte, error) + type DoubleEndorsementEvidence = proto_012_Psithaca.DoubleEndorsementEvidence + type DoubleEndorsementEvidenceContentsAndResult struct + Metadata BalanceUpdates + func (*DoubleEndorsementEvidenceContentsAndResult) OperationContentsAndResult() + func (op *DoubleEndorsementEvidenceContentsAndResult) GetMetadata() any + func (self *DoubleEndorsementEvidenceContentsAndResult) MarshalJSON() ([]byte, error) + type DoublePreendorsementEvidence = proto_012_Psithaca.DoublePreendorsementEvidence + type DoublePreendorsementEvidenceContentsAndResult struct + Metadata BalanceUpdates + func (*DoublePreendorsementEvidenceContentsAndResult) OperationContentsAndResult() + func (op *DoublePreendorsementEvidenceContentsAndResult) GetMetadata() any + func (self *DoublePreendorsementEvidenceContentsAndResult) MarshalJSON() ([]byte, error) + type DrainDelegate = proto_015_PtLimaPt.DrainDelegate + type DrainDelegateContentsAndResult struct + Metadata DrainDelegateMetadata + func (*DrainDelegateContentsAndResult) OperationContentsAndResult() + func (op *DrainDelegateContentsAndResult) GetMetadata() any + func (self *DrainDelegateContentsAndResult) MarshalJSON() ([]byte, error) + type DrainDelegateMetadata struct + AllocatedDestinationContract bool + type Endorsement = proto_012_Psithaca.Endorsement + type EndorsementContentsAndResult struct + Metadata EndorsementMetadata + func (*EndorsementContentsAndResult) OperationContentsAndResult() + func (op *EndorsementContentsAndResult) GetMetadata() any + func (self *EndorsementContentsAndResult) MarshalJSON() ([]byte, error) + type EndorsementMetadata struct + ConsensusKey mv.PublicKeyHash + Delegate mv.PublicKeyHash + EndorsementPower int32 + type Entrypoint = proto_015_PtLimaPt.Entrypoint + type EpDefault = proto_012_Psithaca.EpDefault + type EpDeposit = proto_015_PtLimaPt.EpDeposit + type EpDo = proto_012_Psithaca.EpDo + type EpNamed = proto_012_Psithaca.EpNamed + type EpRemoveDelegate = proto_012_Psithaca.EpRemoveDelegate + type EpRoot = proto_012_Psithaca.EpRoot + type EpSetDelegate = proto_012_Psithaca.EpSetDelegate + type EventInternalOperationResult = proto_014_PtKathma.EventInternalOperationResult + type FailingNoop = proto_012_Psithaca.FailingNoop + type FeePi struct + NewState mv.Bytes + type GameStatus interface + GameStatusKind func() string + type GameStatusEnded struct + Result GameStatusResult + func (GameStatusEnded) GameStatusKind() string + type GameStatusOngoing struct + func (GameStatusOngoing) GameStatusKind() string + type GameStatusResult interface + GameStatusResultKind func() string + type GameStatusResultDraw struct + func (GameStatusResultDraw) GameStatusResultKind() string + type GameStatusResultLoser struct + Player mv.PublicKeyHash + Reason LooseReason + func (*GameStatusResultLoser) GameStatusResultKind() string + type GroupContents interface + type IncreasePaidStorage = proto_014_PtKathma.IncreasePaidStorage + type IncreasePaidStorageContentsAndResult struct + Metadata ManagerMetadata[IncreasePaidStorageResult] + func (*IncreasePaidStorageContentsAndResult) OperationContentsAndResult() + func (op *IncreasePaidStorageContentsAndResult) GetMetadata() any + func (self *IncreasePaidStorageContentsAndResult) MarshalJSON() ([]byte, error) + type IncreasePaidStorageResult interface + type IncreasePaidStorageResultContents struct + ConsumedMilligas mv.BigUint + func (r *IncreasePaidStorageResultContents) GetConsumedMilligas() mv.BigUint + type IncreasePaidStorageSuccessfulManagerResult struct + func (*IncreasePaidStorageSuccessfulManagerResult) OperationKind() string + func (self *IncreasePaidStorageSuccessfulManagerResult) MarshalJSON() ([]byte, error) + type InlinedEndorsement = proto_012_Psithaca.InlinedEndorsement + type InlinedEndorsementContents = proto_012_Psithaca.InlinedEndorsementContents + type InlinedPreendorsement = proto_012_Psithaca.InlinedPreendorsement + type InlinedPreendorsementContents = proto_012_Psithaca.InlinedPreendorsementContents + type InternalOperationResult interface + type LooseReason uint8 + const LooseReasonConflictResolved + const LooseReasonTimeout + type ManagerMetadata struct + InternalOperationResults []InternalOperationResult + OperationResult T + func (m *ManagerMetadata[T]) GetInternalOperationResults() []core.InternalOperationResult + func (m *ManagerMetadata[T]) GetResult() core.ManagerOperationResult + type ManagerOperation = proto_012_Psithaca.ManagerOperation + type OperationContents interface + func ListOperations() []OperationContents + type OperationContentsAndResult interface + type OperationWithOptionalMetadataContents interface + type OperationWithOptionalMetadataWithMetadata struct + Contents []T + Signature mv.AnySignature + func (*OperationWithOptionalMetadataWithMetadata[T]) OperationWithOptionalMetadataContents() + func (op *OperationWithOptionalMetadataWithMetadata[T]) GetSignature() (mv.Option[mv.Signature], error) + func (ops *OperationWithOptionalMetadataWithMetadata[T]) Operations() []core.OperationContents + type OperationWithOptionalMetadataWithoutMetadata struct + Contents []T + Signature mv.AnySignature + func (*OperationWithOptionalMetadataWithoutMetadata[T]) OperationWithOptionalMetadataContents() + func (op *OperationWithOptionalMetadataWithoutMetadata[T]) GetSignature() (mv.Option[mv.Signature], error) + func (ops *OperationWithOptionalMetadataWithoutMetadata[T]) Operations() []core.OperationContents + type OperationWithTooLargeMetadata struct + type OperationWithoutMetadata struct + func (op *OperationWithoutMetadata[T]) GetSignature() (mv.Option[mv.Signature], error) + type Origination = proto_012_Psithaca.Origination + type OriginationContentsAndResult struct + Metadata ManagerMetadata[OriginationResult] + func (*OriginationContentsAndResult) OperationContentsAndResult() + func (op *OriginationContentsAndResult) GetMetadata() any + func (self *OriginationContentsAndResult) MarshalJSON() ([]byte, error) + type OriginationInternalOperationResult struct + Balance mv.BigUint + Delegate mv.Option[mv.PublicKeyHash] + Nonce uint16 + Result OriginationResult + Script Script + Source core.TransactionDestination + func (*OriginationInternalOperationResult) OperationKind() string + func (r *OriginationInternalOperationResult) GetResult() core.ManagerOperationResult + func (r *OriginationInternalOperationResult) GetSource() core.TransactionDestination + func (self *OriginationInternalOperationResult) MarshalJSON() ([]byte, error) + type OriginationResult interface + type OriginationResultContents struct + ConsumedMilligas mv.BigUint + LazyStorageDiff mv.Option[lazy.StorageDiff] + OriginatedContracts []core.OriginatedContractID + PaidStorageSizeDiff mv.BigInt + StorageSize mv.BigInt + func (r *OriginationResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *OriginationResultContents) GetConsumedMilligas() mv.BigUint + func (r *OriginationResultContents) GetPaidStorageSizeDiff() mv.BigInt + func (r *OriginationResultContents) GetStorageSize() mv.BigInt + type OriginationSuccessfulManagerResult struct + func (*OriginationSuccessfulManagerResult) OperationKind() string + func (self *OriginationSuccessfulManagerResult) MarshalJSON() ([]byte, error) + type PVMKind uint8 + const PVMArith + const PVM_WASM_2_0_0 + func (k PVMKind) MarshalText() (text []byte, err error) + func (k PVMKind) String() string + type Parameters = proto_015_PtLimaPt.Parameters + type PendingConsensusKey = proto_015_PtLimaPt.PendingConsensusKey + type PendingPi struct + ExitValidity bool + Fee ZkRollupScalar + NewState mv.Bytes + type PendingPiElem struct + Key string + Pi PendingPi + type Preendorsement = proto_012_Psithaca.Preendorsement + type PreendorsementContentsAndResult struct + Metadata PreendorsementMetadata + func (*PreendorsementContentsAndResult) OperationContentsAndResult() + func (op *PreendorsementContentsAndResult) GetMetadata() any + func (self *PreendorsementContentsAndResult) MarshalJSON() ([]byte, error) + type PreendorsementMetadata = EndorsementMetadata + type PrivatePi struct + Fee ZkRollupScalar + NewState mv.Bytes + type PrivatePiElem struct + Key string + Pi PrivatePi + type Proposals = proto_012_Psithaca.Proposals + type RefutationMove struct + Choice mv.BigUint + Step RefutationStep + func (*RefutationMove) RefutationKind() string + type RefutationProof interface + RefutationProof func() + type RefutationProofFirstInput struct + func (RefutationProofFirstInput) RefutationProof() + type RefutationProofInbox struct + Level int32 + MessageCounter mv.BigUint + SerializedProof mv.Bytes + func (*RefutationProofInbox) RefutationProof() + type RefutationProofReveal struct + RevealProof RevealProof + func (*RefutationProofReveal) RefutationProof() + type RefutationStart struct + OpponentCommitmentHash *mv.SmartRollupCommitmentHash + PlayerCommitmentHash *mv.SmartRollupCommitmentHash + func (*RefutationStart) RefutationKind() string + type RefutationStep interface + RefutationStepKind func() string + type RefutationStepDissection struct + Contents []RefutationStepDissectionElem + func (*RefutationStepDissection) RefutationStepKind() string + type RefutationStepDissectionElem struct + State mv.Option[*mv.SmartRollupStateHash] + Tick mv.BigUint + type RefutationStepProof struct + InputProof mv.Option[RefutationProof] + PVMStep mv.Bytes + func (*RefutationStepProof) RefutationStepKind() string + type RegisterGlobalConstant = proto_012_Psithaca.RegisterGlobalConstant + type RegisterGlobalConstantContentsAndResult struct + Metadata ManagerMetadata[RegisterGlobalConstantResult] + func (*RegisterGlobalConstantContentsAndResult) OperationContentsAndResult() + func (op *RegisterGlobalConstantContentsAndResult) GetMetadata() any + func (self *RegisterGlobalConstantContentsAndResult) MarshalJSON() ([]byte, error) + type RegisterGlobalConstantResult interface + type RegisterGlobalConstantResultContents struct + ConsumedMilligas mv.BigUint + GlobalAddress *mv.ScriptExprHash + StorageSize mv.BigInt + func (r *RegisterGlobalConstantResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *RegisterGlobalConstantResultContents) GetConsumedMilligas() mv.BigUint + func (r *RegisterGlobalConstantResultContents) GetStorageSize() mv.BigInt + type Reveal = proto_012_Psithaca.Reveal + type RevealContentsAndResult struct + Metadata ManagerMetadata[ConsumedGasResult] + func (*RevealContentsAndResult) OperationContentsAndResult() + func (op *RevealContentsAndResult) GetMetadata() any + func (self *RevealContentsAndResult) MarshalJSON() ([]byte, error) + type RevealProof interface + RevealProof func() + type RevealProofDALPage struct + DALPageID DALPageID + DALProof mv.Bytes + func (*RevealProofDALPage) RevealProof() + type RevealProofMetadata struct + func (RevealProofMetadata) RevealProof() + type RevealProofRawData struct + RawData mv.Bytes + func (RevealProofRawData) RevealProof() + type RevealSuccessfulManagerResult = proto_014_PtKathma.RevealSuccessfulManagerResult + type RunOperationRequest struct + ChainID *mv.ChainID + Operation SignedOperation + type Script = proto_012_Psithaca.Script + type SeedNonceRevelation = proto_012_Psithaca.SeedNonceRevelation + type SeedNonceRevelationContentsAndResult struct + Metadata BalanceUpdates + func (*SeedNonceRevelationContentsAndResult) OperationContentsAndResult() + func (op *SeedNonceRevelationContentsAndResult) GetMetadata() any + func (self *SeedNonceRevelationContentsAndResult) MarshalJSON() ([]byte, error) + type SetDepositsLimit = proto_012_Psithaca.SetDepositsLimit + type SetDepositsLimitContentsAndResult struct + Metadata ManagerMetadata[ConsumedGasResult] + func (*SetDepositsLimitContentsAndResult) OperationContentsAndResult() + func (op *SetDepositsLimitContentsAndResult) GetMetadata() any + func (self *SetDepositsLimitContentsAndResult) MarshalJSON() ([]byte, error) + type SetDepositsLimitSuccessfulManagerResult = proto_014_PtKathma.SetDepositsLimitSuccessfulManagerResult + type SignaturePrefix struct + SignaturePrefix SignaturePrefixPayload + func (*SignaturePrefix) OperationContentsAndResult() + func (*SignaturePrefix) OperationKind() string + func (op *SignaturePrefix) GetMetadata() any + type SignaturePrefixPayload interface + SignaturePrefixPayload func() + type SignedOperation struct + Signature *mv.GenericSignature + func (op *SignedOperation) DecodeMV(data []byte, ctx *encoding.Context) (rest []byte, err error) + type SlotHeader struct + CommitmentProof *mv.Bytes48 + Index uint8 + Level int32 + Сommitment *mv.DALCommitment + type SmartRollupAddMessages struct + Message []core.Bytes + func (*SmartRollupAddMessages) OperationKind() string + func (self *SmartRollupAddMessages) MarshalJSON() ([]byte, error) + type SmartRollupAddMessagesContentsAndResult struct + Metadata ManagerMetadata[ConsumedGasResult] + func (*SmartRollupAddMessagesContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupAddMessagesContentsAndResult) GetMetadata() any + func (self *SmartRollupAddMessagesContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupBondID struct + Address *mv.SmartRollupAddress + func (SmartRollupBondID) BondID() + type SmartRollupCement struct + Commitment *mv.SmartRollupCommitmentHash + Rollup *mv.SmartRollupAddress + func (*SmartRollupCement) OperationKind() string + func (self *SmartRollupCement) MarshalJSON() ([]byte, error) + type SmartRollupCementContentsAndResult struct + Metadata ManagerMetadata[SmartRollupCementResult] + func (*SmartRollupCementContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupCementContentsAndResult) GetMetadata() any + func (self *SmartRollupCementContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupCementResult interface + type SmartRollupCementResultContents struct + ConsumedMilligas mv.BigUint + InboxLevel int32 + func (r *SmartRollupCementResultContents) GetConsumedMilligas() mv.BigUint + type SmartRollupCommitment struct + CompressedState *mv.SmartRollupStateHash + InboxLevel int32 + NumberOfTicks int64 + Predecessor *mv.SmartRollupCommitmentHash + type SmartRollupExecuteOutboxMessage struct + CementedCommitment *mv.SmartRollupCommitmentHash + OutputProof mv.Bytes + Rollup *mv.SmartRollupAddress + func (*SmartRollupExecuteOutboxMessage) OperationKind() string + func (self *SmartRollupExecuteOutboxMessage) MarshalJSON() ([]byte, error) + type SmartRollupExecuteOutboxMessageContentsAndResult struct + Metadata ManagerMetadata[SmartRollupExecuteOutboxMessageResult] + func (*SmartRollupExecuteOutboxMessageContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupExecuteOutboxMessageContentsAndResult) GetMetadata() any + func (self *SmartRollupExecuteOutboxMessageContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupExecuteOutboxMessageResult interface + type SmartRollupExecuteOutboxMessageResultContents struct + ConsumedMilligas mv.BigUint + PaidStorageSizeDiff mv.BigInt + TicketUpdates []*TicketReceipt + func (r *SmartRollupExecuteOutboxMessageResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *SmartRollupExecuteOutboxMessageResultContents) GetConsumedMilligas() mv.BigUint + func (r *SmartRollupExecuteOutboxMessageResultContents) GetPaidStorageSizeDiff() mv.BigInt + type SmartRollupOriginate struct + Kernel mv.Bytes + OriginationProof mv.Bytes + PVMKind PVMKind + ParametersTy expression.Expression + func (*SmartRollupOriginate) OperationKind() string + func (self *SmartRollupOriginate) MarshalJSON() ([]byte, error) + type SmartRollupOriginateContentsAndResult struct + Metadata ManagerMetadata[SmartRollupOriginateResult] + func (*SmartRollupOriginateContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupOriginateContentsAndResult) GetMetadata() any + func (self *SmartRollupOriginateContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupOriginateResult interface + type SmartRollupOriginateResultContents struct + Address *mv.SmartRollupAddress + ConsumedMilligas mv.BigUint + GenesisCommitmentHash *mv.SmartRollupCommitmentHash + Size mv.BigInt + func (r *SmartRollupOriginateResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *SmartRollupOriginateResultContents) GetConsumedMilligas() mv.BigUint + type SmartRollupOriginateSuccessfulManagerResult struct + func (*SmartRollupOriginateSuccessfulManagerResult) OperationKind() string + func (self *SmartRollupOriginateSuccessfulManagerResult) MarshalJSON() ([]byte, error) + type SmartRollupPublish struct + Commitment SmartRollupCommitment + Rollup *mv.SmartRollupAddress + func (*SmartRollupPublish) OperationKind() string + func (self *SmartRollupPublish) MarshalJSON() ([]byte, error) + type SmartRollupPublishContentsAndResult struct + Metadata ManagerMetadata[SmartRollupPublishResult] + func (*SmartRollupPublishContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupPublishContentsAndResult) GetMetadata() any + func (self *SmartRollupPublishContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupPublishResult interface + type SmartRollupPublishResultContents struct + ConsumedMilligas mv.BigUint + PublishedAtLevel int32 + StakedHash *mv.SmartRollupCommitmentHash + func (r *SmartRollupPublishResultContents) GetConsumedMilligas() mv.BigUint + type SmartRollupRecoverBond struct + Rollup *mv.SmartRollupAddress + Staker mv.PublicKeyHash + func (*SmartRollupRecoverBond) OperationKind() string + func (self *SmartRollupRecoverBond) MarshalJSON() ([]byte, error) + type SmartRollupRecoverBondContentsAndResult struct + Metadata ManagerMetadata[SmartRollupRecoverBondResult] + func (*SmartRollupRecoverBondContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupRecoverBondContentsAndResult) GetMetadata() any + func (self *SmartRollupRecoverBondContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupRecoverBondResult interface + type SmartRollupRecoverBondResultContents struct + ConsumedMilligas mv.BigUint + func (r *SmartRollupRecoverBondResultContents) GetConsumedMilligas() mv.BigUint + type SmartRollupRefutation interface + RefutationKind func() string + type SmartRollupRefute struct + Opponent mv.PublicKeyHash + Refutation SmartRollupRefutation + Rollup *mv.SmartRollupAddress + func (*SmartRollupRefute) OperationKind() string + func (self *SmartRollupRefute) MarshalJSON() ([]byte, error) + type SmartRollupRefuteContentsAndResult struct + Metadata ManagerMetadata[SmartRollupTimeoutResult] + func (*SmartRollupRefuteContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupRefuteContentsAndResult) GetMetadata() any + func (self *SmartRollupRefuteContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupStakers struct + Alice mv.PublicKeyHash + Bob mv.PublicKeyHash + type SmartRollupTimeout struct + Rollup *mv.SmartRollupAddress + Stakers SmartRollupStakers + func (*SmartRollupTimeout) OperationKind() string + func (self *SmartRollupTimeout) MarshalJSON() ([]byte, error) + type SmartRollupTimeoutContentsAndResult struct + Metadata ManagerMetadata[SmartRollupTimeoutResult] + func (*SmartRollupTimeoutContentsAndResult) OperationContentsAndResult() + func (op *SmartRollupTimeoutContentsAndResult) GetMetadata() any + func (self *SmartRollupTimeoutContentsAndResult) MarshalJSON() ([]byte, error) + type SmartRollupTimeoutResult interface + type SmartRollupTimeoutResultContents struct + ConsumedMilligas mv.BigUint + GameStatus GameStatus + func (r *SmartRollupTimeoutResultContents) GetConsumedMilligas() mv.BigUint + type SuccessfulManagerOperationResult interface + type TicketReceipt = proto_015_PtLimaPt.TicketReceipt + type ToContract struct + AllocatedDestinationContract bool + ConsumedMilligas mv.BigUint + LazyStorageDiff mv.Option[lazy.StorageDiff] + OriginatedContracts []core.OriginatedContractID + PaidStorageSizeDiff mv.BigInt + Storage mv.Option[expression.Expression] + StorageSize mv.BigInt + TicketUpdates []*TicketReceipt + func (*ToContract) TransactionResultDestination() + func (r *ToContract) EstimateStorageSize(constants core.Constants) *big.Int + func (r *ToContract) GetConsumedMilligas() mv.BigUint + func (r *ToContract) GetPaidStorageSizeDiff() mv.BigInt + func (r *ToContract) GetStorageSize() mv.BigInt + type ToSmartRollup struct + ConsumedMilligas mv.BigUint + TicketUpdates []*TicketReceipt + func (*ToSmartRollup) TransactionResultDestination() + func (r *ToSmartRollup) GetConsumedMilligas() mv.BigUint + type ToTxRollup struct + ConsumedMilligas mv.BigUint + PaidStorageSizeDiff mv.BigUint + TicketHash *mv.ScriptExprHash + func (*ToTxRollup) TransactionResultDestination() + func (r *ToTxRollup) EstimateStorageSize(constants core.Constants) *big.Int + func (r *ToTxRollup) GetConsumedMilligas() mv.BigUint + type Transaction = proto_015_PtLimaPt.Transaction + type TransactionContentsAndResult struct + Metadata ManagerMetadata[TransactionResult] + func (*TransactionContentsAndResult) OperationContentsAndResult() + func (op *TransactionContentsAndResult) GetMetadata() any + func (self *TransactionContentsAndResult) MarshalJSON() ([]byte, error) + type TransactionInternalOperationResult struct + Amount mv.BigUint + Destination core.TransactionDestination + Nonce uint16 + Parameters mv.Option[Parameters] + Result TransactionResult + Source core.TransactionDestination + func (*TransactionInternalOperationResult) OperationKind() string + func (r *TransactionInternalOperationResult) GetNonce() uint16 + func (r *TransactionInternalOperationResult) GetResult() core.ManagerOperationResult + func (r *TransactionInternalOperationResult) GetSource() core.TransactionDestination + func (self *TransactionInternalOperationResult) MarshalJSON() ([]byte, error) + func (t *TransactionInternalOperationResult) GetAmount() mv.BigUint + func (t *TransactionInternalOperationResult) GetDestination() core.TransactionDestination + func (t *TransactionInternalOperationResult) GetParameters() mv.Option[core.Parameters] + type TransactionResult interface + type TransactionResultContents = TransactionResultDestination + type TransactionResultDestination interface + type TransactionSuccessfulManagerResult struct + func (TransactionSuccessfulManagerResult) OperationKind() string + func (self *TransactionSuccessfulManagerResult) MarshalJSON() ([]byte, error) + type TransferTicket = proto_013_PtJakart.TransferTicket + type TransferTicketContentsAndResult struct + Metadata ManagerMetadata[TransferTicketResult] + func (*TransferTicketContentsAndResult) OperationContentsAndResult() + func (op *TransferTicketContentsAndResult) GetMetadata() any + func (self *TransferTicketContentsAndResult) MarshalJSON() ([]byte, error) + type TransferTicketResult interface + type TransferTicketResultContents struct + ConsumedMilligas mv.BigUint + PaidStorageSizeDiff mv.BigInt + TicketUpdates []*TicketReceipt + func (r *TransferTicketResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *TransferTicketResultContents) GetConsumedMilligas() mv.BigUint + func (r *TransferTicketResultContents) GetPaidStorageSizeDiff() mv.BigInt + type TxRollupBondID struct + Address *mv.TXRollupAddress + func (TxRollupBondID) BondID() + type UnsignedBlockHeader = proto_013_PtJakart.UnsignedBlockHeader + type UnsignedOperation struct + Branch *mv.BlockHash + Contents []OperationContents + type UnsignedProtocolBlockHeader = proto_013_PtJakart.UnsignedProtocolBlockHeader + type UpdateConsensusKey = proto_015_PtLimaPt.UpdateConsensusKey + type UpdateConsensusKeyContentsAndResult struct + Metadata ManagerMetadata[ConsumedGasResult] + func (*UpdateConsensusKeyContentsAndResult) OperationContentsAndResult() + func (op *UpdateConsensusKeyContentsAndResult) GetMetadata() any + func (self *UpdateConsensusKeyContentsAndResult) MarshalJSON() ([]byte, error) + type UpdateConsensusKeySuccessfulManagerResult = proto_015_PtLimaPt.UpdateConsensusKeySuccessfulManagerResult + type VDFRevelation = proto_014_PtKathma.VDFRevelation + type VDFRevelationContentsAndResult struct + Metadata BalanceUpdates + func (*VDFRevelationContentsAndResult) OperationContentsAndResult() + func (op *VDFRevelationContentsAndResult) GetMetadata() any + func (self *VDFRevelationContentsAndResult) MarshalJSON() ([]byte, error) + type ZkRollupOrigination = proto_015_PtLimaPt.ZkRollupOrigination + type ZkRollupOriginationContentsAndResult struct + Metadata ManagerMetadata[ZkRollupPublishResult] + func (*ZkRollupOriginationContentsAndResult) OperationContentsAndResult() + func (op *ZkRollupOriginationContentsAndResult) GetMetadata() any + func (self *ZkRollupOriginationContentsAndResult) MarshalJSON() ([]byte, error) + type ZkRollupPublish = proto_015_PtLimaPt.ZkRollupPublish + type ZkRollupPublishContentsAndResult struct + Metadata ManagerMetadata[ZkRollupPublishResult] + func (*ZkRollupPublishContentsAndResult) OperationContentsAndResult() + func (op *ZkRollupPublishContentsAndResult) GetMetadata() any + func (self *ZkRollupPublishContentsAndResult) MarshalJSON() ([]byte, error) + type ZkRollupPublishResult interface + type ZkRollupPublishResultContents struct + ConsumedMilligas mv.BigUint + Size mv.BigInt + func (r *ZkRollupPublishResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *ZkRollupPublishResultContents) GetConsumedMilligas() mv.BigUint + type ZkRollupScalar = mv.Bytes32 + type ZkRollupUpdate struct + Update ZkRollupUpdateContents + ZkRollup *mv.ZkRollupAddress + func (*ZkRollupUpdate) OperationKind() string + func (self *ZkRollupUpdate) MarshalJSON() ([]byte, error) + type ZkRollupUpdateContents struct + FeePi FeePi + PendingPis []*PendingPiElem + PrivatePis []*PrivatePiElem + Proof mv.Bytes + type ZkRollupUpdateContentsAndResult struct + Metadata ManagerMetadata[ZkRollupUpdateResult] + func (*ZkRollupUpdateContentsAndResult) OperationContentsAndResult() + func (op *ZkRollupUpdateContentsAndResult) GetMetadata() any + func (self *ZkRollupUpdateContentsAndResult) MarshalJSON() ([]byte, error) + type ZkRollupUpdateResult interface + type ZkRollupUpdateResultContents struct + ConsumedMilligas mv.BigUint + PaidStorageSizeDiff mv.BigInt + func (r *ZkRollupUpdateResultContents) EstimateStorageSize(constants core.Constants) *big.Int + func (r *ZkRollupUpdateResultContents) GetConsumedMilligas() mv.BigUint + func (r *ZkRollupUpdateResultContents) GetPaidStorageSizeDiff() mv.BigInt