poolGetStateJson property

int Function(int poolId, Pointer<Uint8> buffer, int bufferLen, Pointer<Uint32> outWritten)? poolGetStateJson
final

Implementation

final int Function(
  int poolId,
  ffi.Pointer<ffi.Uint8> buffer,
  int bufferLen,
  ffi.Pointer<ffi.Uint32> outWritten,
)? poolGetStateJson;