fakeVkeyWitnessWitness static method
Implementation
static Vkeywitness fakeVkeyWitnessWitness() {
  return Vkeywitness(
      vKey: Vkey(_fake32Bytes), signature: Ed25519Signature(_fakeSignature));
}static Vkeywitness fakeVkeyWitnessWitness() {
  return Vkeywitness(
      vKey: Vkey(_fake32Bytes), signature: Ed25519Signature(_fakeSignature));
}