LumiWave.move
init (private func)
make_voteboard (private func)
// func parameter
ctx [TxContext]: transaction information (auto-filled)add_deny (public entry func)
// func parameter
denylist [DenyList]: deny list (fixed at 0x403)
deny_cap[DenyCap<LWA>]: information for the deny (block)
objectrecipient[address]: wallet address information for adding to the deny
listctx[TxContext]: transaction information (auto-filled)remove_deny (public entry func)
// func parameter
denylist [DenyList]: deny list (fixed at 0x403)
deny_cap[DenyCap<LWA>]: information for the deny (block) object
recipient [address]: wallet address information for removing from the deny list
ctx[TxContext]: transaction information (auto-filled)mint (public func)
lock_coin_transfer (public entry func)
unlock_coin (public entry func)
burn (public entry func)
enable_vote (public entry func)
vote (public entry func)
vote_counting (public entry func)
vote_reset (public entry func)
Last updated