andromeda-std 1.0.0

The standard library for creating an Andromeda Digital Object
Documentation
use enum_repr::EnumRepr;

#[EnumRepr(type = "u64")]
pub enum ReplyId {
    // Kernel
    AMPMsg = 100,
    CreateADO = 101,
    UpdateOwnership = 102,
    IBCHooksPacketSend = 103,
    Recovery = 104,
    RegisterUsername = 105,
    // App
    ClaimOwnership = 200,
    AssignApp = 201,
    RegisterPath = 202,
    CrossChainCreate = 203,
    // Economics
    Cw20WithdrawMsg = 300,
    PayFee = 301,
}