Type alias Block

Block: {
    activations?: ActivationOperation[] | null;
    baker?: Alias | null;
    ballots?: BallotOperation[] | null;
    blockRound?: number;
    bonus?: number;
    cycle?: number;
    delegations?: DelegationOperation[] | null;
    deposit?: number;
    doubleBaking?: DoubleBakingOperation[] | null;
    doubleEndorsing?: DoubleEndorsingOperation[] | null;
    doublePreendorsing?: DoublePreendorsingOperation[] | null;
    drainDelegateOps?: DrainDelegateOperation[] | null;
    endorsements?: EndorsementOperation[] | null;
    endorsingRewards?: EndorsingRewardOperation[] | null;
    fees?: number;
    hash?: string | null;
    increasePaidStorageOps?: IncreasePaidStorageOperation[] | null;
    lbEscapeEma?: number;
    lbEscapeVote?: boolean;
    lbToggle?: boolean | null;
    lbToggleEma?: number;
    level?: number;
    migrations?: MigrationOperation[] | null;
    nonceRevealed?: boolean;
    nonceRevelations?: NonceRevelationOperation[] | null;
    originations?: OriginationOperation[] | null;
    payloadRound?: number;
    preendorsements?: PreendorsementOperation[] | null;
    priority?: number;
    producer?: Alias | null;
    proposals?: ProposalOperation[] | null;
    proposer?: Alias | null;
    proto?: number;
    quote?: QuoteShort | null;
    registerConstants?: RegisterConstantOperation[] | null;
    reveals?: RevealOperation[] | null;
    revelationPenalties?: RevelationPenaltyOperation[] | null;
    reward?: number;
    setDepositsLimits?: SetDepositsLimitOperation[] | null;
    software?: SoftwareAlias | null;
    timestamp?: string;
    transactions?: TransactionOperation[] | null;
    transferTicketOps?: TransferTicketOperation[] | null;
    txRollupCommitOps?: TxRollupCommitOperation[] | null;
    txRollupDispatchTicketsOps?: TxRollupDispatchTicketsOperation[] | null;
    txRollupFinalizeCommitmentOps?: TxRollupFinalizeCommitmentOperation[] | null;
    txRollupOriginationOps?: TxRollupOriginationOperation[] | null;
    txRollupRejectionOps?: TxRollupRejectionOperation[] | null;
    txRollupRemoveCommitmentOps?: TxRollupRemoveCommitmentOperation[] | null;
    txRollupReturnBondOps?: TxRollupReturnBondOperation[] | null;
    txRollupSubmitBatchOps?: TxRollupSubmitBatchOperation[] | null;
    updateConsensusKeyOps?: UpdateConsensusKeyOperation[] | null;
    validations?: number;
    vdfRevelations?: VdfRevelationOperation[] | null;
}

Type declaration

  • Optional activations?: ActivationOperation[] | null
  • Optional baker?: Alias | null
  • Optional ballots?: BallotOperation[] | null
  • Optional blockRound?: number
  • Optional bonus?: number
  • Optional cycle?: number
  • Optional delegations?: DelegationOperation[] | null
  • Optional deposit?: number
  • Optional doubleBaking?: DoubleBakingOperation[] | null
  • Optional doubleEndorsing?: DoubleEndorsingOperation[] | null
  • Optional doublePreendorsing?: DoublePreendorsingOperation[] | null
  • Optional drainDelegateOps?: DrainDelegateOperation[] | null
  • Optional endorsements?: EndorsementOperation[] | null
  • Optional endorsingRewards?: EndorsingRewardOperation[] | null
  • Optional fees?: number
  • Optional hash?: string | null
  • Optional increasePaidStorageOps?: IncreasePaidStorageOperation[] | null
  • Optional lbEscapeEma?: number
  • Optional lbEscapeVote?: boolean
  • Optional lbToggle?: boolean | null
  • Optional lbToggleEma?: number
  • Optional level?: number
  • Optional migrations?: MigrationOperation[] | null
  • Optional nonceRevealed?: boolean
  • Optional nonceRevelations?: NonceRevelationOperation[] | null
  • Optional originations?: OriginationOperation[] | null
  • Optional payloadRound?: number
  • Optional preendorsements?: PreendorsementOperation[] | null
  • Optional priority?: number
  • Optional producer?: Alias | null
  • Optional proposals?: ProposalOperation[] | null
  • Optional proposer?: Alias | null
  • Optional proto?: number
  • Optional quote?: QuoteShort | null
  • Optional registerConstants?: RegisterConstantOperation[] | null
  • Optional reveals?: RevealOperation[] | null
  • Optional revelationPenalties?: RevelationPenaltyOperation[] | null
  • Optional reward?: number
  • Optional setDepositsLimits?: SetDepositsLimitOperation[] | null
  • Optional software?: SoftwareAlias | null
  • Optional timestamp?: string
  • Optional transactions?: TransactionOperation[] | null
  • Optional transferTicketOps?: TransferTicketOperation[] | null
  • Optional txRollupCommitOps?: TxRollupCommitOperation[] | null
  • Optional txRollupDispatchTicketsOps?: TxRollupDispatchTicketsOperation[] | null
  • Optional txRollupFinalizeCommitmentOps?: TxRollupFinalizeCommitmentOperation[] | null
  • Optional txRollupOriginationOps?: TxRollupOriginationOperation[] | null
  • Optional txRollupRejectionOps?: TxRollupRejectionOperation[] | null
  • Optional txRollupRemoveCommitmentOps?: TxRollupRemoveCommitmentOperation[] | null
  • Optional txRollupReturnBondOps?: TxRollupReturnBondOperation[] | null
  • Optional txRollupSubmitBatchOps?: TxRollupSubmitBatchOperation[] | null
  • Optional updateConsensusKeyOps?: UpdateConsensusKeyOperation[] | null
  • Optional validations?: number
  • Optional vdfRevelations?: VdfRevelationOperation[] | null

Generated using TypeDoc