Bitmap
Structs
Bitmap
struct Bitmap has key, store {
id: UID
}Interface
new
public fun new(ctx: &mut TxContext): Bitmapget
set
unset
destroy
Last updated
Was this helpful?
struct Bitmap has key, store {
id: UID
}public fun new(ctx: &mut TxContext): BitmapLast updated
Was this helpful?
Was this helpful?
public fun get(self: &Bitmap, index: u256): boolpublic fun set(self: &mut Bitmap, index: u256)public fun set(self: &mut Bitmap, index: u256)public fun destroy(self: Bitmap)