Type Alias nft_pixelboard_io::BlockSideLength
source · pub type BlockSideLength = u16;
Expand description
A block side length.
It’s also used to store pixel Coordinates
, Resolution
of a canvas,
and NFT Rectangle
s.
pub type BlockSideLength = u16;
A block side length.
It’s also used to store pixel Coordinates
, Resolution
of a canvas,
and NFT Rectangle
s.