DataSize constructor

const DataSize({
  1. required u64 dataSize,
})

Creates a filter that compares the program account data length with the provided data size.

Implementation

const DataSize({
  required this.dataSize,
});