fakeVkeyWitnessWitness static method

Vkeywitness fakeVkeyWitnessWitness()

Implementation

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