Skip to main content

makeDummyTxId

export function makeDummyTxId(seed: number): TxId

Arguments

1. seed

seed: number
defaults to -1 so the TxId is [255, 255, 255, ...] and thus sorts to end in dummy transactions which generates max execution budget for certain operations

Returns

TxId