pub fn write_allowance<S: Storage>( store: &mut S, owner: &CanonicalAddr, spender: &CanonicalAddr, allowance: Allowance) -> StdResult<()>