interface SeqNumOptions {
    initialSeqNum?: bigint;
}

Properties

Properties

initialSeqNum?: bigint

Initial sequence number.

Default Value

0n