interface BlockSubscriptionOptions {
    blockID?: string;
}

Properties

Properties

blockID?: string

The block id from which to start the subscription.

the Block ID must refer to a block that does not exceed the backtrace limit of the node. (Default: 1000)