Function loterra_staking_contract::claim::create_claim[][src]

pub fn create_claim(
    storage: &mut dyn Storage,
    addr: CanonicalAddr,
    amount: Uint128,
    release_at: Expiration
) -> StdResult<()>
Expand description

This creates a claim, such that the given address can claim an amount of tokens after the release date.