SNOWBitmapWord

Code

Githublink

Definition

/**
  @member The information stored at the index.
  @member The index.
*/
struct BitmapWord {
  uint256 currentWord;
  uint256 currentDepth;
}

Last updated

SnowconeDAO