Hierarchy

Properties

chainId: string
hash: string
level: number

It is an integer greater than or equal to 0.

metadataBalanceUpdates: readonly BalanceUpdate[]

Balance updates from metadata property directly on the block.

operationGroups: readonly OperationGroup[]
predecessorBlockHash: string
proto: number

It is an integer greater than or equal to 0.

protocol: string
rpcData: {
    chain_id: string;
    hash: string;
    header: { readonly level: number; readonly proto: number; readonly predecessor: string; readonly timestamp: TimeStampMixed; readonly validation_pass: number; readonly operations_hash: string; ... 10 more ...; readonly signature: string; };
    metadata: { readonly protocol: string; readonly next_protocol: string; readonly test_chain_status: { readonly status: "not_running" | "forking" | "running"; readonly protocol?: string | undefined; readonly expiration?: TimeStampMixed | undefined; readonly chain_id?: string | undefined; readonly genesis?: string | undefined; }...;
    operations: readonly (readonly { readonly protocol: string; readonly chain_id: string; readonly hash: string; readonly branch: string; readonly contents: readonly ({ readonly kind: OpKind.ACTIVATION; readonly pkh: string; readonly secret: string; readonly metadata: { ...; }; } | ... 67 more ... | { ...; })[]; readonly signature?: string ...)[];
    protocol: string;
}

Raw data as received from Tezos Node RPC. Taquito interface may not be exact.

Type declaration

  • Readonly chain_id: string
  • Readonly hash: string
  • Readonly header: { readonly level: number; readonly proto: number; readonly predecessor: string; readonly timestamp: TimeStampMixed; readonly validation_pass: number; readonly operations_hash: string; ... 10 more ...; readonly signature: string; }
  • Readonly metadata: { readonly protocol: string; readonly next_protocol: string; readonly test_chain_status: { readonly status: "not_running" | "forking" | "running"; readonly protocol?: string | undefined; readonly expiration?: TimeStampMixed | undefined; readonly chain_id?: string | undefined; readonly genesis?: string | undefined; }...
  • Readonly operations: readonly (readonly { readonly protocol: string; readonly chain_id: string; readonly hash: string; readonly branch: string; readonly contents: readonly ({ readonly kind: OpKind.ACTIVATION; readonly pkh: string; readonly secret: string; readonly metadata: { ...; }; } | ... 67 more ... | { ...; })[]; readonly signature?: string ...)[]
  • Readonly protocol: string
timestamp: Date
uid: string

Universal ID of the entity on the blockchain. It is still human-readable.

Example

Block hash / operation group hash / operation index [ operation kind ]

BLvgirK7K43H5tv8f73cxBaLwcU7euFNwmfr2td2sWKpKXQXxaM/opLpKECfrpuF79YLfSYABvxb8Df8Fh71n3Q8Azy1m8vWU8Czfcn/4[transaction]

Generated using TypeDoc