VaultFiller

constructor(services: <Error class: unknown class>, defaultNotary: <Error class: unknown class>, altNotary: <Error class: unknown class> = defaultNotary.party, rngFactory: () -> Random = { Random(0L) })

Parameters

altNotary

used in fillWithSomeTestCash, fillWithSomeTestCommodity and consume/evolve methods. If not specified, same as defaultNotary.

rngFactory

used by fillWithSomeTestCash if no custom Random provided.