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 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 BalanceUpdateStorageFees = proto_012_Psithaca.BalanceUpdateStorageFees + type BalanceUpdateTxRollupRejectionPunishments struct + func (BalanceUpdateTxRollupRejectionPunishments) BalanceUpdateCategory() string + func (BalanceUpdateTxRollupRejectionPunishments) BalanceUpdateKind() core.BalanceUpdateKind + func (self *BalanceUpdateTxRollupRejectionPunishments) MarshalJSON() ([]byte, error) + type BalanceUpdateTxRollupRejectionRewards struct + func (BalanceUpdateTxRollupRejectionRewards) BalanceUpdateCategory() string + func (BalanceUpdateTxRollupRejectionRewards) BalanceUpdateKind() core.BalanceUpdateKind + func (self *BalanceUpdateTxRollupRejectionRewards) MarshalJSON() ([]byte, error) + type BalanceUpdates struct + BalanceUpdates []*BalanceUpdate + func (b *BalanceUpdates) GetBalanceUpdates() []core.BalanceUpdate + type Ballot = proto_012_Psithaca.Ballot + type BlockHeader struct + Signature *mv.GenericSignature + 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 + BalanceUpdates []*BalanceUpdate + ConsumedGas mv.BigUint + ConsumedMilligas mv.BigUint + Deactivated []mv.PublicKeyHash + ImplicitOperationsResults []SuccessfulManagerOperationResult + LevelInfo core.LevelInfo + LiquidityBakingToggleEMA int32 + NonceHash mv.Option1[*mv.CycleNonceHash] + Proposer 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 + 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 + LiquidityBakingSunsetLevel int32 + 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 + NonceLength uint8 + OriginationSize int32 + PreservedCycles uint8 + ProofOfWorkNonceSize uint8 + ProofOfWorkThreshold int64 + QuorumMax int32 + QuorumMin int32 + RatioOfFrozenDepositsSlashedPerDoubleEndorsement core.Rat + ScRollupChallengeWindowInBlocks int32 + ScRollupEnable bool + ScRollupMaxAvailableMessages int32 + ScRollupOriginationSize int32 + SeedNonceRevelationTip mv.BigUint + TokensPerRoll mv.BigUint + 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 + 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_012_Psithaca.ConsumedGasResult + type ConsumedGasResultContents = proto_012_Psithaca.ConsumedGasResultContents + type DelegateInfo struct + CurrentFrozenDeposits mv.BigUint + Deactivated bool + DelegatedBalance mv.BigUint + DelegatedContracts []core.ContractID + FrozenDeposits mv.BigUint + FrozenDepositsLimit mv.Option[mv.BigUint] + FullBalance mv.BigUint + GracePeriod int32 + StakingBalance mv.BigUint + VotingPower int64 + func (d *DelegateInfo) GetActiveConsensusKey() mv.Option[mv.PublicKeyHash] + func (d *DelegateInfo) GetCurrentBallot() mv.Option[core.BallotKind] + func (d *DelegateInfo) GetCurrentFrozenDeposits() mv.BigUint + func (d *DelegateInfo) GetCurrentProposals() mv.Option[[]*mv.ProtocolHash] + func (d *DelegateInfo) GetDeactivated() bool + func (d *DelegateInfo) GetDelegatedBalance() mv.BigUint + func (d *DelegateInfo) GetDelegatedContracts() []core.ContractID + func (d *DelegateInfo) GetFrozenDeposits() mv.BigUint + func (d *DelegateInfo) GetFrozenDepositsLimit() mv.Option[mv.BigUint] + func (d *DelegateInfo) GetFullBalance() mv.BigUint + func (d *DelegateInfo) GetGracePeriod() int32 + func (d *DelegateInfo) GetPendingConsensusKeys() mv.Option[[]core.PendingConsensusKey] + func (d *DelegateInfo) GetRemainingProposals() mv.Option[int32] + func (d *DelegateInfo) GetStakingBalance() mv.BigUint + func (d *DelegateInfo) GetVotingPower() mv.Option[int64] + 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 struct + Delegate mv.Option[mv.PublicKeyHash] + Nonce uint16 + Result ConsumedGasResult + Source core.TransactionDestination + func (*DelegationInternalOperationResult) OperationKind() string + func (r *DelegationInternalOperationResult) GetResult() core.ManagerOperationResult + func (r *DelegationInternalOperationResult) GetSource() core.TransactionDestination + func (self *DelegationInternalOperationResult) MarshalJSON() ([]byte, error) + type DelegationSuccessfulManagerResult = proto_012_Psithaca.DelegationSuccessfulManagerResult + type DoubleBakingEvidence struct + Block1 BlockHeader + Block2 BlockHeader + func (*DoubleBakingEvidence) OperationKind() string + 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 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 + Delegate mv.PublicKeyHash + EndorsementPower int32 + type Entrypoint = proto_012_Psithaca.Entrypoint + type FailingNoop = proto_012_Psithaca.FailingNoop + type GroupContents interface + type InlinedEndorsement = proto_012_Psithaca.InlinedEndorsement + type InlinedPreendorsement = proto_012_Psithaca.InlinedPreendorsement + type InternalOperationResult interface + 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 OldLevelsMessages struct + BackPointers mv.Bytes + Content *mv.Bytes32 + Index int32 + type OperationContents interface + func ListOperations() []OperationContents + type OperationContentsAndResult interface + type OperationWithOptionalMetadataContents interface + 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 + ConsumedGas mv.BigUint + 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 Parameters = proto_012_Psithaca.Parameters + 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 Proposals = proto_012_Psithaca.Proposals + 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 + ConsumedGas mv.BigUint + 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 RevealRevealSuccessfulManagerResult = proto_012_Psithaca.RevealSuccessfulManagerResult + type RunOperationRequest struct + ChainID *mv.ChainID + Operation SignedOperation + type ScRollupInbox struct + CurrentLevelHash *mv.Bytes32 + Level int32 + MessageCounter mv.BigInt + NbMessagesInCommitmentPeriod int64 + OldLevelsMessages OldLevelsMessages + Rollup *mv.ScRollupAddress + StartingLevelOfCurrentCommitmentPeriod int32 + 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_012_Psithaca.SetDepositsLimitSuccessfulManagerResult + type SignedOperation struct + Signature *mv.GenericSignature + func (op *SignedOperation) DecodeMV(data []byte, ctx *encoding.Context) (rest []byte, err error) + type SuccessfulManagerOperationResult interface + type Ticket struct + Amount mv.BigUint + Contents expression.Expression + Ticketer core.ContractID + Type expression.Expression + type ToContract struct + AllocatedDestinationContract bool + ConsumedGas mv.BigUint + ConsumedMilligas mv.BigUint + LazyStorageDiff mv.Option[lazy.StorageDiff] + OriginatedContracts []core.OriginatedContractID + PaidStorageSizeDiff mv.BigInt + Storage mv.Option[expression.Expression] + StorageSize mv.BigInt + 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 ToTxRollup struct + ConsumedGas mv.BigUint + 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_012_Psithaca.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.ContractID + func (*TransactionInternalOperationResult) OperationKind() string + func (r *TransactionInternalOperationResult) GetNonce() uint16 + func (r *TransactionInternalOperationResult) GetResult() core.ManagerOperationResult + func (r *TransactionInternalOperationResult) GetSource() core.TransactionDestination + func (r *TransactionInternalOperationResult) GetSourceAddress() core.ContractID + 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 + TransactionResultDestination func() + type TransactionSuccessfulManagerResult struct + func (*TransactionSuccessfulManagerResult) OperationKind() string + func (self *TransactionSuccessfulManagerResult) MarshalJSON() ([]byte, error) + type TransferTicket struct + Destination core.ContractID + Entrypoint string + Ticket Ticket + func (*TransferTicket) OperationKind() string + func (self *TransferTicket) MarshalJSON() ([]byte, error) + 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 + ConsumedGas mv.BigUint + ConsumedMilligas mv.BigUint + PaidStorageSizeDiff mv.BigInt + 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 struct + func (header *UnsignedBlockHeader) GetShellHeader() *core.ShellHeader + type UnsignedOperation struct + Branch *mv.BlockHash + Contents []OperationContents + type UnsignedProtocolBlockHeader struct + LiquidityBakingToggleVote core.LiquidityBakingToggleVote + PayloadHash *mv.BlockPayloadHash + PayloadRound int32 + ProofOfWorkNonce *mv.Bytes8 + SeedNonceHash mv.Option[*mv.CycleNonceHash] + func (h *UnsignedProtocolBlockHeader) GetLiquidityBakingToggleVote() core.LiquidityBakingToggleVote + func (h *UnsignedProtocolBlockHeader) GetPayloadHash() *mv.BlockPayloadHash + func (h *UnsignedProtocolBlockHeader) GetPayloadRound() int32 + func (h *UnsignedProtocolBlockHeader) GetProofOfWorkNonce() *mv.Bytes8 + func (h *UnsignedProtocolBlockHeader) GetSeedNonceHash() mv.Option[*mv.CycleNonceHash]