Crate andromeda_std

source ·

Modules§

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)

Attribute Macros§

  • Attaches all relevant ADO messages to a set of Execute messages for a given contract.
  • Adjusted from https://users.rust-lang.org/t/solved-derive-and-proc-macro-add-field-to-an-existing-struct/52307/3 Adds all fields required to instantiate an ADO to a struct.
  • Attaches all relevant ADO messages to a set of Query messages for a given contract.

Derive Macros§

  • Converts enum variants to &'static str.