Crate cw1155[][src]

Structs

Tracks approve_all status changes

Cw1155BatchReceiveMsg should be de/serialized under BatchReceive() variant in a ExecuteMsg

Cw1155ReceiveMsg should be de/serialized under Receive() variant in a ExecuteMsg

Tracks token metadata changes

Tracks token transfer/mint/burn actions

Enums

Expiration represents a point in time when some event happens. It can compare with a BlockInfo and will return is_expired() == true once the condition is hit (and for every block in the future)

Type Definitions