Counter.fromRaw constructor

Counter.fromRaw(
  1. int ptr,
  2. int size,
  3. BdkChainFlutter bridge
)

Implementation

Counter.fromRaw(int ptr, int size, this.bridge) : super.unsafe(ptr, size);