Crate andromeda_std

Source

Modules§

ado_base
ado_contract
amp
common
error
os
testing

Enums§

Expiration
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§

andr_exec
Attaches all relevant ADO messages to a set of Execute messages for a given contract.
andr_instantiate
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.
andr_instantiate_modules
andr_query
Attaches all relevant ADO messages to a set of Query messages for a given contract.

Derive Macros§

AsRefStr
Converts enum variants to &'static str.