SharedPointerUint64.fromAddress constructor

SharedPointerUint64.fromAddress(
  1. SharedPointerAddress address
)

Implementation

SharedPointerUint64.fromAddress(SharedPointerAddress address)
    : super.fromAddress(8, 8, true, address);