pub fn arb_address(net: NetworkType) -> impl Strategy<Value = ZcashAddress>
Available on crate feature
test-dependencies
only.Expand description
Create an arbitrary, structurally-valid ZcashAddress
value.
Note that the data contained in the generated address does not necessarily correspond to a valid address according to the Zcash protocol; binary data in the resulting value is entirely random.