SequenceComponentMinMax: {
    maxAddress: Address;
    maxEpoch: Epoch;
    maxNonce: Nonce;
    minAddress: Address;
    minEpoch: Epoch;
    minNonce: Nonce;
}

Type declaration