bancorprotocol / contracts_eos

Bancor Protocol Contracts for EOS
Other
113 stars 45 forks source link

Migrate legacy tables #72

Closed DenisCarriere closed 3 years ago

DenisCarriere commented 3 years ago
struct reserve {
    name        contract;
    uint64_t    weight;
    asset       balance;
};