fakeBootStrapWitness static method
Implementation
static BootstrapWitness fakeBootStrapWitness(ADAByronAddress byronAddr) {
return BootstrapWitness(
vkey: Vkey(_fake32Bytes),
signature: Ed25519Signature(_fakeSignature),
chainCode: _fake32Bytes,
attributes: byronAddr.attributeSerialize());
}