Vault Filler
constructor(services: <Error class: unknown class>, defaultNotary: <Error class: unknown class>, altNotary: <Error class: unknown class> = defaultNotary.party, rngFactory: () -> Random = { Random(0L) })
Parameters
default Notary
used in fillWithSomeTestDeals and fillWithSomeTestLinearStates.
alt Notary
used in fillWithSomeTestCash, fillWithSomeTestCommodity and consume/evolve methods. If not specified, same as defaultNotary.
rng Factory
used by fillWithSomeTestCash if no custom Random provided.