Firehose block information

interface Firehose {
    blockType: string;
    bufUrl: string;
    bytesEncoding: BytesEncoding;
    evmExtendedModel?: boolean;
}

Properties

blockType: string

Block type, e.g. sf.ethereum.type.v2.Block

bufUrl: string

Protobuf definitions on buf.build, e.g. https://buf.build/streamingfast/firehose-ethereum

bytesEncoding: BytesEncoding

Bytes encoding, e.g. hex, 0xhex, base58

evmExtendedModel?: boolean

[optional] Whether there is support for extended EVM block model