pub fn store_deposit(
    store: &mut dyn Storage,
    recipient: &Account,
    amount: Uint128,
    denom: String,
    block: &BlockInfo,
    decoys: Option<&Decoys>
) -> StdResult<()>