VaultFiller

constructor(services: ServiceHub, defaultNotary: <Error class: unknown class>, altNotary: Party = 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.